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