is not current version
Last Version 0.0.4

io.github.yzilla:jcommons 0.0.1

日常开发公共代码包

GroupId

GroupId

io.github.yzilla
ArtifactId

ArtifactId

jcommons
Version

Version

0.0.1
Type

Type

jar

Download jcommons 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.yzilla/jcommons/ -->
<dependency>
    <groupId>io.github.yzilla</groupId>
    <artifactId>jcommons</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yzilla/jcommons/
implementation 'io.github.yzilla:jcommons:0.0.1'
// https://jarcasting.com/artifacts/io.github.yzilla/jcommons/
implementation ("io.github.yzilla:jcommons:0.0.1")
'io.github.yzilla:jcommons:jar:0.0.1'
<dependency org="io.github.yzilla" name="jcommons" rev="0.0.1">
  <artifact name="jcommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yzilla', module='jcommons', version='0.0.1')
)
libraryDependencies += "io.github.yzilla" % "jcommons" % "0.0.1"
[io.github.yzilla/jcommons "0.0.1"]