GroupId | GroupIdcom.github.kfcfans |
---|---|
ArtifactId | ArtifactIdpowerjob-common |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
powerjob-common-3.1.2.pom | |
powerjob-common-3.1.2.jar | 79 KB |
powerjob-common-3.1.2-sources.jar | 35 KB |
powerjob-common-3.1.2-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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-common/
implementation 'com.github.kfcfans:powerjob-common:3.1.2'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-common/
implementation ("com.github.kfcfans:powerjob-common:3.1.2")
'com.github.kfcfans:powerjob-common:jar:3.1.2'
<dependency org="com.github.kfcfans" name="powerjob-common" rev="3.1.2">
<artifact name="powerjob-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kfcfans', module='powerjob-common', version='3.1.2')
)
libraryDependencies += "com.github.kfcfans" % "powerjob-common" % "3.1.2"
[com.github.kfcfans/powerjob-common "3.1.2"]