Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.truffulatree |
ArtifactId | ArtifactIdh2odb_2.11 |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
h2odb_2.11-0.7.0.pom | |
h2odb_2.11-0.7.0.jar | 123 KB |
h2odb_2.11-0.7.0-sources.jar | 12 KB |
h2odb_2.11-0.7.0-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.truffulatree/h2odb_2.11/ -->
<dependency>
<groupId>org.truffulatree</groupId>
<artifactId>h2odb_2.11</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.truffulatree/h2odb_2.11/
implementation 'org.truffulatree:h2odb_2.11:0.7.0'
// https://jarcasting.com/artifacts/org.truffulatree/h2odb_2.11/
implementation ("org.truffulatree:h2odb_2.11:0.7.0")
'org.truffulatree:h2odb_2.11:jar:0.7.0'
<dependency org="org.truffulatree" name="h2odb_2.11" rev="0.7.0">
<artifact name="h2odb_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.truffulatree', module='h2odb_2.11', version='0.7.0')
)
libraryDependencies += "org.truffulatree" % "h2odb_2.11" % "0.7.0"
[org.truffulatree/h2odb_2.11 "0.7.0"]