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