Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.holon-platform.jdbc |
ArtifactId | ArtifactIdholon-datastore-jdbc |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
holon-datastore-jdbc-5.0.1.pom | |
holon-datastore-jdbc-5.0.1.jar | 277 KB |
holon-datastore-jdbc-5.0.1-sources.jar | 141 KB |
holon-datastore-jdbc-5.0.1-javadoc.jar | 755 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc/ -->
<dependency>
<groupId>com.holon-platform.jdbc</groupId>
<artifactId>holon-datastore-jdbc</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc/
implementation 'com.holon-platform.jdbc:holon-datastore-jdbc:5.0.1'
// https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc/
implementation ("com.holon-platform.jdbc:holon-datastore-jdbc:5.0.1")
'com.holon-platform.jdbc:holon-datastore-jdbc:jar:5.0.1'
<dependency org="com.holon-platform.jdbc" name="holon-datastore-jdbc" rev="5.0.1">
<artifact name="holon-datastore-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.jdbc', module='holon-datastore-jdbc', version='5.0.1')
)
libraryDependencies += "com.holon-platform.jdbc" % "holon-datastore-jdbc" % "5.0.1"
[com.holon-platform.jdbc/holon-datastore-jdbc "5.0.1"]