| GroupId | GroupIdcn.xanderye |
|---|---|
| ArtifactId | ArtifactIdxander-tool |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xander-tool-1.1.pom | |
| xander-tool-1.1.jar | 144 KB |
| xander-tool-1.1-sources.jar | 122 KB |
| xander-tool-1.1-javadoc.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.xanderye/xander-tool/ -->
<dependency>
<groupId>cn.xanderye</groupId>
<artifactId>xander-tool</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xanderye/xander-tool/
implementation 'cn.xanderye:xander-tool:1.1'
// https://jarcasting.com/artifacts/cn.xanderye/xander-tool/
implementation ("cn.xanderye:xander-tool:1.1")
'cn.xanderye:xander-tool:jar:1.1'
<dependency org="cn.xanderye" name="xander-tool" rev="1.1">
<artifact name="xander-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xanderye', module='xander-tool', version='1.1')
)
libraryDependencies += "cn.xanderye" % "xander-tool" % "1.1"
[cn.xanderye/xander-tool "1.1"]