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