is not current version
Last Version 20211.7

run.wj:root 2021.2.30

各种快速开发,工具类,框架封装

GroupId

GroupId

run.wj
ArtifactId

ArtifactId

root
Version

Version

2021.2.30
Type

Type

pom

Download root 2021.2.30

Filename Size
root-2021.2.30.pom 15 KB
Browse

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