Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcc.jinhx |
ArtifactId | ArtifactIdspring-boot-starter-process |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cc.jinhx/spring-boot-starter-process/ -->
<dependency>
<groupId>cc.jinhx</groupId>
<artifactId>spring-boot-starter-process</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.jinhx/spring-boot-starter-process/
implementation 'cc.jinhx:spring-boot-starter-process:1.0.0'
// https://jarcasting.com/artifacts/cc.jinhx/spring-boot-starter-process/
implementation ("cc.jinhx:spring-boot-starter-process:1.0.0")
'cc.jinhx:spring-boot-starter-process:jar:1.0.0'
<dependency org="cc.jinhx" name="spring-boot-starter-process" rev="1.0.0">
<artifact name="spring-boot-starter-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.jinhx', module='spring-boot-starter-process', version='1.0.0')
)
libraryDependencies += "cc.jinhx" % "spring-boot-starter-process" % "1.0.0"
[cc.jinhx/spring-boot-starter-process "1.0.0"]