GroupId | GroupIdcom.github.hengboy |
---|---|
ArtifactId | ArtifactIdmicro-job-core |
Version | Version0.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/micro-job-core/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>micro-job-core</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/micro-job-core/
implementation 'com.github.hengboy:micro-job-core:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/micro-job-core/
implementation ("com.github.hengboy:micro-job-core:0.0.2.RELEASE")
'com.github.hengboy:micro-job-core:jar:0.0.2.RELEASE'
<dependency org="com.github.hengboy" name="micro-job-core" rev="0.0.2.RELEASE">
<artifact name="micro-job-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='micro-job-core', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "micro-job-core" % "0.0.2.RELEASE"
[com.github.hengboy/micro-job-core "0.0.2.RELEASE"]