| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.ckjava |
| ArtifactId | ArtifactIdxjob-client |
| Last Version | Last Version1.0.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxjob-client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xjob-client-1.0.20.pom | |
| xjob-client-1.0.20.jar | 20 KB |
| xjob-client-1.0.20-sources.jar | 13 KB |
| xjob-client-1.0.20-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ckjava/xjob-client/ -->
<dependency>
<groupId>com.ckjava</groupId>
<artifactId>xjob-client</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.ckjava/xjob-client/
implementation 'com.ckjava:xjob-client:1.0.20'
// https://jarcasting.com/artifacts/com.ckjava/xjob-client/
implementation ("com.ckjava:xjob-client:1.0.20")
'com.ckjava:xjob-client:jar:1.0.20'
<dependency org="com.ckjava" name="xjob-client" rev="1.0.20">
<artifact name="xjob-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ckjava', module='xjob-client', version='1.0.20')
)
libraryDependencies += "com.ckjava" % "xjob-client" % "1.0.20"
[com.ckjava/xjob-client "1.0.20"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |
| io.springfox : springfox-swagger2 | jar | 2.8.0 |
| io.springfox : springfox-swagger-ui | jar | 2.8.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| com.ckjava : xutils | jar | 1.0.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |