GroupId | GroupIdcom.github.anji-plus |
---|---|
ArtifactId | ArtifactIdallways-job-core |
Version | Version2.0.0.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>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anji-plus/allways-job-core/
implementation 'com.github.anji-plus:allways-job-core:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.anji-plus/allways-job-core/
implementation ("com.github.anji-plus:allways-job-core:2.0.0.RELEASE")
'com.github.anji-plus:allways-job-core:jar:2.0.0.RELEASE'
<dependency org="com.github.anji-plus" name="allways-job-core" rev="2.0.0.RELEASE">
<artifact name="allways-job-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anji-plus', module='allways-job-core', version='2.0.0.RELEASE')
)
libraryDependencies += "com.github.anji-plus" % "allways-job-core" % "2.0.0.RELEASE"
[com.github.anji-plus/allways-job-core "2.0.0.RELEASE"]