| Categories | CategoriesData ORM | 
|---|---|
| GroupId | GroupIdcom.holon-platform.jdbc | 
| ArtifactId | ArtifactIdholon-datastore-jdbc-bom | 
| Version | Version5.2.0-alpha2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| holon-datastore-jdbc-bom-5.2.0-alpha2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc-bom/ -->
<dependency>
    <groupId>com.holon-platform.jdbc</groupId>
    <artifactId>holon-datastore-jdbc-bom</artifactId>
    <version>5.2.0-alpha2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc-bom/
implementation 'com.holon-platform.jdbc:holon-datastore-jdbc-bom:5.2.0-alpha2'// https://jarcasting.com/artifacts/com.holon-platform.jdbc/holon-datastore-jdbc-bom/
implementation ("com.holon-platform.jdbc:holon-datastore-jdbc-bom:5.2.0-alpha2")'com.holon-platform.jdbc:holon-datastore-jdbc-bom:pom:5.2.0-alpha2'<dependency org="com.holon-platform.jdbc" name="holon-datastore-jdbc-bom" rev="5.2.0-alpha2">
  <artifact name="holon-datastore-jdbc-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.holon-platform.jdbc', module='holon-datastore-jdbc-bom', version='5.2.0-alpha2')
)libraryDependencies += "com.holon-platform.jdbc" % "holon-datastore-jdbc-bom" % "5.2.0-alpha2"[com.holon-platform.jdbc/holon-datastore-jdbc-bom "5.2.0-alpha2"]