Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.mattzhongchang |
ArtifactId | ArtifactIdsparta-demo-client |
Version | Version1.3.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/ -->
<dependency>
<groupId>com.github.mattzhongchang</groupId>
<artifactId>sparta-demo-client</artifactId>
<version>1.3.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/
implementation 'com.github.mattzhongchang:sparta-demo-client:1.3.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/
implementation ("com.github.mattzhongchang:sparta-demo-client:1.3.6-RELEASE")
'com.github.mattzhongchang:sparta-demo-client:jar:1.3.6-RELEASE'
<dependency org="com.github.mattzhongchang" name="sparta-demo-client" rev="1.3.6-RELEASE">
<artifact name="sparta-demo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-demo-client', version='1.3.6-RELEASE')
)
libraryDependencies += "com.github.mattzhongchang" % "sparta-demo-client" % "1.3.6-RELEASE"
[com.github.mattzhongchang/sparta-demo-client "1.3.6-RELEASE"]