GroupId | GroupIdcom.github.kfcfans |
---|---|
ArtifactId | ArtifactIdpowerjob-common |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
powerjob-common-3.0.0.pom | |
powerjob-common-3.0.0.jar | 79 KB |
powerjob-common-3.0.0-sources.jar | 35 KB |
powerjob-common-3.0.0-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-common/ -->
<dependency>
<groupId>com.github.kfcfans</groupId>
<artifactId>powerjob-common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-common/
implementation 'com.github.kfcfans:powerjob-common:3.0.0'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-common/
implementation ("com.github.kfcfans:powerjob-common:3.0.0")
'com.github.kfcfans:powerjob-common:jar:3.0.0'
<dependency org="com.github.kfcfans" name="powerjob-common" rev="3.0.0">
<artifact name="powerjob-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kfcfans', module='powerjob-common', version='3.0.0')
)
libraryDependencies += "com.github.kfcfans" % "powerjob-common" % "3.0.0"
[com.github.kfcfans/powerjob-common "3.0.0"]