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