is not current version
Last Version 20211.7

run.wj:commons 2020.1.7


GroupId

GroupId

run.wj
ArtifactId

ArtifactId

commons
Version

Version

2020.1.7
Type

Type

jar

Download commons 2020.1.7


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