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