GroupId | GroupIdcom.github.mattzhongchang |
---|---|
ArtifactId | ArtifactIdsparta-registry |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
sparta-registry-1.0.pom | |
sparta-registry-1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry/ -->
<dependency>
<groupId>com.github.mattzhongchang</groupId>
<artifactId>sparta-registry</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry/
implementation 'com.github.mattzhongchang:sparta-registry:1.0'
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry/
implementation ("com.github.mattzhongchang:sparta-registry:1.0")
'com.github.mattzhongchang:sparta-registry:jar:1.0'
<dependency org="com.github.mattzhongchang" name="sparta-registry" rev="1.0">
<artifact name="sparta-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-registry', version='1.0')
)
libraryDependencies += "com.github.mattzhongchang" % "sparta-registry" % "1.0"
[com.github.mattzhongchang/sparta-registry "1.0"]