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