Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-spring-boot |
Version | Version5.2.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.holon-platform.core/holon-spring-boot/ -->
<dependency>
<groupId>com.holon-platform.core</groupId>
<artifactId>holon-spring-boot</artifactId>
<version>5.2.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-spring-boot/
implementation 'com.holon-platform.core:holon-spring-boot:5.2.0-rc1'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-spring-boot/
implementation ("com.holon-platform.core:holon-spring-boot:5.2.0-rc1")
'com.holon-platform.core:holon-spring-boot:jar:5.2.0-rc1'
<dependency org="com.holon-platform.core" name="holon-spring-boot" rev="5.2.0-rc1">
<artifact name="holon-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-spring-boot', version='5.2.0-rc1')
)
libraryDependencies += "com.holon-platform.core" % "holon-spring-boot" % "5.2.0-rc1"
[com.holon-platform.core/holon-spring-boot "5.2.0-rc1"]