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