is not current version
Last Version 0.0.3

io.github.wangxvdong:commons 0.0.2

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

io.github.wangxvdong
ArtifactId

ArtifactId

commons
Version

Version

0.0.2
Type

Type

jar

Download commons 0.0.2


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