| GroupId | GroupIdcom.xuxueli |
|---|---|
| ArtifactId | ArtifactIdxxl-registry |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xxl-registry-1.0.1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xuxueli/xxl-registry/ -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-registry</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xuxueli/xxl-registry/
implementation 'com.xuxueli:xxl-registry:1.0.1'
// https://jarcasting.com/artifacts/com.xuxueli/xxl-registry/
implementation ("com.xuxueli:xxl-registry:1.0.1")
'com.xuxueli:xxl-registry:pom:1.0.1'
<dependency org="com.xuxueli" name="xxl-registry" rev="1.0.1">
<artifact name="xxl-registry" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xuxueli', module='xxl-registry', version='1.0.1')
)
libraryDependencies += "com.xuxueli" % "xxl-registry" % "1.0.1"
[com.xuxueli/xxl-registry "1.0.1"]