GroupId | GroupIdcom.github.anji-plus |
---|---|
ArtifactId | ArtifactIdallways-job-core |
Version | Version1.0.16.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/allways-job-core/ -->
<dependency>
<groupId>com.github.anji-plus</groupId>
<artifactId>allways-job-core</artifactId>
<version>1.0.16.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/allways-job-core/
implementation 'com.github.anji-plus:allways-job-core:1.0.16.RELEASE'
// https://jarcasting.com/artifacts/com.github.anji-plus/allways-job-core/
implementation ("com.github.anji-plus:allways-job-core:1.0.16.RELEASE")
'com.github.anji-plus:allways-job-core:jar:1.0.16.RELEASE'
<dependency org="com.github.anji-plus" name="allways-job-core" rev="1.0.16.RELEASE">
<artifact name="allways-job-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='allways-job-core', version='1.0.16.RELEASE')
)
libraryDependencies += "com.github.anji-plus" % "allways-job-core" % "1.0.16.RELEASE"
[com.github.anji-plus/allways-job-core "1.0.16.RELEASE"]