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