Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hengboy |
ArtifactId | ArtifactIdspring-boot-micro-job |
Version | Version0.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-micro-job-0.0.2.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-micro-job</artifactId>
<version>0.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/
implementation 'com.github.hengboy:spring-boot-micro-job:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-micro-job/
implementation ("com.github.hengboy:spring-boot-micro-job:0.0.2.RELEASE")
'com.github.hengboy:spring-boot-micro-job:pom:0.0.2.RELEASE'
<dependency org="com.github.hengboy" name="spring-boot-micro-job" rev="0.0.2.RELEASE">
<artifact name="spring-boot-micro-job" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='spring-boot-micro-job', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "spring-boot-micro-job" % "0.0.2.RELEASE"
[com.github.hengboy/spring-boot-micro-job "0.0.2.RELEASE"]