Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-spring-boot |
Version | Version5.0.5 |
Type | Typejar |
Filename | Size |
---|---|
holon-spring-boot-5.0.5.pom | |
holon-spring-boot-5.0.5.jar | 55 KB |
holon-spring-boot-5.0.5-sources.jar | 8 KB |
holon-spring-boot-5.0.5-javadoc.jar | 105 KB |
Browse |
<!-- 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.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-spring-boot/
implementation 'com.holon-platform.core:holon-spring-boot:5.0.5'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-spring-boot/
implementation ("com.holon-platform.core:holon-spring-boot:5.0.5")
'com.holon-platform.core:holon-spring-boot:jar:5.0.5'
<dependency org="com.holon-platform.core" name="holon-spring-boot" rev="5.0.5">
<artifact name="holon-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-spring-boot', version='5.0.5')
)
libraryDependencies += "com.holon-platform.core" % "holon-spring-boot" % "5.0.5"
[com.holon-platform.core/holon-spring-boot "5.0.5"]