Last Version

Example Application 0.0.3

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

License

License

GroupId

GroupId

io.github.wangxvdong
ArtifactId

ArtifactId

commons
Version

Version

0.0.3
Type

Type

jar
Description

Description

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

Download commons 0.0.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

runtime (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
com.alibaba : fastjson jar 1.2.76

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.