| GroupId | GroupIdrun.wj |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version2021.2.30 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-2021.2.30.pom | |
| commons-2021.2.30.jar | 154 KB |
| commons-2021.2.30-sources.jar | 98 KB |
| commons-2021.2.30-javadoc.jar | 570 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/run.wj/commons/ -->
<dependency>
<groupId>run.wj</groupId>
<artifactId>commons</artifactId>
<version>2021.2.30</version>
</dependency>
// https://jarcasting.com/artifacts/run.wj/commons/
implementation 'run.wj:commons:2021.2.30'
// https://jarcasting.com/artifacts/run.wj/commons/
implementation ("run.wj:commons:2021.2.30")
'run.wj:commons:jar:2021.2.30'
<dependency org="run.wj" name="commons" rev="2021.2.30">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='run.wj', module='commons', version='2021.2.30')
)
libraryDependencies += "run.wj" % "commons" % "2021.2.30"
[run.wj/commons "2021.2.30"]