License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdorg.kill-bill.commons |
ArtifactId | ArtifactIdkillbill-embeddeddb-h2 |
Last Version | Last Version0.25.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKill Bill library of embedded dbs: H2
Kill Bill reusable Java components
|
<!-- https://jarcasting.com/artifacts/org.kill-bill.commons/killbill-embeddeddb-h2/ -->
<dependency>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-embeddeddb-h2</artifactId>
<version>0.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kill-bill.commons/killbill-embeddeddb-h2/
implementation 'org.kill-bill.commons:killbill-embeddeddb-h2:0.25.0'
// https://jarcasting.com/artifacts/org.kill-bill.commons/killbill-embeddeddb-h2/
implementation ("org.kill-bill.commons:killbill-embeddeddb-h2:0.25.0")
'org.kill-bill.commons:killbill-embeddeddb-h2:jar:0.25.0'
<dependency org="org.kill-bill.commons" name="killbill-embeddeddb-h2" rev="0.25.0">
<artifact name="killbill-embeddeddb-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kill-bill.commons', module='killbill-embeddeddb-h2', version='0.25.0')
)
libraryDependencies += "org.kill-bill.commons" % "killbill-embeddeddb-h2" % "0.25.0"
[org.kill-bill.commons/killbill-embeddeddb-h2 "0.25.0"]
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.kill-bill.commons : killbill-embeddeddb-common | jar | 0.25.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |