| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.mattzhongchang |
| ArtifactId | ArtifactIdsparta-demo-client |
| Version | Version1.3.10-RELEASE |
| Type | Typejar |
| Description |
Descriptionsparta
|
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/ -->
<dependency>
<groupId>com.github.mattzhongchang</groupId>
<artifactId>sparta-demo-client</artifactId>
<version>1.3.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/
implementation 'com.github.mattzhongchang:sparta-demo-client:1.3.10-RELEASE'
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-demo-client/
implementation ("com.github.mattzhongchang:sparta-demo-client:1.3.10-RELEASE")
'com.github.mattzhongchang:sparta-demo-client:jar:1.3.10-RELEASE'
<dependency org="com.github.mattzhongchang" name="sparta-demo-client" rev="1.3.10-RELEASE">
<artifact name="sparta-demo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-demo-client', version='1.3.10-RELEASE')
)
libraryDependencies += "com.github.mattzhongchang" % "sparta-demo-client" % "1.3.10-RELEASE"
[com.github.mattzhongchang/sparta-demo-client "1.3.10-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mattzhongchang : sparta-core | jar | 1.3.10-RELEASE |
| com.github.mattzhongchang : sparta-registry-zk | jar | 1.3.10-RELEASE |
| com.github.mattzhongchang : sparta-demo-api | jar | 1.3.10-RELEASE |
| org.springframework : spring-core | jar | 4.3.6.RELEASE |
| org.springframework : spring-beans | jar | 4.3.6.RELEASE |
| org.springframework : spring-context | jar | 4.3.6.RELEASE |
| org.springframework : spring-test | jar | 4.3.6.RELEASE |
| com.github.mattzhongchang : sparta-springsupport | jar | 1.3.10-RELEASE |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| ch.qos.logback : logback-core | jar | 1.1.7 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |