is not current version
Last Version 1.1.0

top.yoohome:util 1.0.0

提供基础的Java工具

GroupId

GroupId

top.yoohome
ArtifactId

ArtifactId

util
Version

Version

1.0.0
Type

Type

pom

Download util 1.0.0

Filename Size
util-1.0.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/top.yoohome/util/ -->
<dependency>
    <groupId>top.yoohome</groupId>
    <artifactId>util</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.yoohome/util/
implementation 'top.yoohome:util:1.0.0'
// https://jarcasting.com/artifacts/top.yoohome/util/
implementation ("top.yoohome:util:1.0.0")
'top.yoohome:util:pom:1.0.0'
<dependency org="top.yoohome" name="util" rev="1.0.0">
  <artifact name="util" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.yoohome', module='util', version='1.0.0')
)
libraryDependencies += "top.yoohome" % "util" % "1.0.0"
[top.yoohome/util "1.0.0"]