| License |
License |
|---|---|
| GroupId | GroupIdrun.wj |
| ArtifactId | ArtifactIdroot |
| Last Version | Last Version20211.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionwj.run
各种快速开发,工具类,框架封装
|
| Filename | Size |
|---|---|
| root-20211.7.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/run.wj/root/ -->
<dependency>
<groupId>run.wj</groupId>
<artifactId>root</artifactId>
<version>20211.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/run.wj/root/
implementation 'run.wj:root:20211.7'
// https://jarcasting.com/artifacts/run.wj/root/
implementation ("run.wj:root:20211.7")
'run.wj:root:pom:20211.7'
<dependency org="run.wj" name="root" rev="20211.7">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='run.wj', module='root', version='20211.7')
)
libraryDependencies += "run.wj" % "root" % "20211.7"
[run.wj/root "20211.7"]