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