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