is not current version
Last Version 1.1.0

top.yoohome:util-core 1.0.0

util-core 核心代码

GroupId

GroupId

top.yoohome
ArtifactId

ArtifactId

util-core
Version

Version

1.0.0
Type

Type

jar

Download util-core 1.0.0


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