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