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