Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.kfcfans |
ArtifactId | ArtifactIdpowerjob-client |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
powerjob-client-3.0.1.pom | |
powerjob-client-3.0.1.jar | 5 KB |
powerjob-client-3.0.1-sources.jar | 4 KB |
powerjob-client-3.0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-client/ -->
<dependency>
<groupId>com.github.kfcfans</groupId>
<artifactId>powerjob-client</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-client/
implementation 'com.github.kfcfans:powerjob-client:3.0.1'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-client/
implementation ("com.github.kfcfans:powerjob-client:3.0.1")
'com.github.kfcfans:powerjob-client:jar:3.0.1'
<dependency org="com.github.kfcfans" name="powerjob-client" rev="3.0.1">
<artifact name="powerjob-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kfcfans', module='powerjob-client', version='3.0.1')
)
libraryDependencies += "com.github.kfcfans" % "powerjob-client" % "3.0.1"
[com.github.kfcfans/powerjob-client "3.0.1"]