| License | License | 
|---|---|
| GroupId | GroupIdtop.yoohome | 
| ArtifactId | ArtifactIdUTools-parent | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionUTools-parent 个人使用的java工具库 | 
| Filename | Size | 
|---|---|
| UTools-parent-1.0.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.yoohome/UTools-parent/ -->
<dependency>
    <groupId>top.yoohome</groupId>
    <artifactId>UTools-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/top.yoohome/UTools-parent/
implementation 'top.yoohome:UTools-parent:1.0.0'// https://jarcasting.com/artifacts/top.yoohome/UTools-parent/
implementation ("top.yoohome:UTools-parent:1.0.0")'top.yoohome:UTools-parent:pom:1.0.0'<dependency org="top.yoohome" name="UTools-parent" rev="1.0.0">
  <artifact name="UTools-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='top.yoohome', module='UTools-parent', version='1.0.0')
)libraryDependencies += "top.yoohome" % "UTools-parent" % "1.0.0"[top.yoohome/UTools-parent "1.0.0"]