GroupId | GroupIdcom.github.kfcfans |
---|---|
ArtifactId | ArtifactIdpowerjob |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
powerjob-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kfcfans/powerjob/ -->
<dependency>
<groupId>com.github.kfcfans</groupId>
<artifactId>powerjob</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob/
implementation 'com.github.kfcfans:powerjob:1.0.0'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob/
implementation ("com.github.kfcfans:powerjob:1.0.0")
'com.github.kfcfans:powerjob:pom:1.0.0'
<dependency org="com.github.kfcfans" name="powerjob" rev="1.0.0">
<artifact name="powerjob" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kfcfans', module='powerjob', version='1.0.0')
)
libraryDependencies += "com.github.kfcfans" % "powerjob" % "1.0.0"
[com.github.kfcfans/powerjob "1.0.0"]