GroupId | GroupIdio.gitee.zhengchengdong |
---|---|
ArtifactId | ArtifactIdARP |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ARP-1.1.3.pom | |
ARP-1.1.3.jar | 86 KB |
ARP-1.1.3-sources.jar | 42 KB |
ARP-1.1.3-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.zhengchengdong/ARP/ -->
<dependency>
<groupId>io.gitee.zhengchengdong</groupId>
<artifactId>ARP</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.zhengchengdong/ARP/
implementation 'io.gitee.zhengchengdong:ARP:1.1.3'
// https://jarcasting.com/artifacts/io.gitee.zhengchengdong/ARP/
implementation ("io.gitee.zhengchengdong:ARP:1.1.3")
'io.gitee.zhengchengdong:ARP:jar:1.1.3'
<dependency org="io.gitee.zhengchengdong" name="ARP" rev="1.1.3">
<artifact name="ARP" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.zhengchengdong', module='ARP', version='1.1.3')
)
libraryDependencies += "io.gitee.zhengchengdong" % "ARP" % "1.1.3"
[io.gitee.zhengchengdong/ARP "1.1.3"]