Categories |
CategoriesIDE Development Tools Ant Build Tools H2 Data Databases |
---|---|
GroupId | GroupIdcom.danidemi.jlubricant |
ArtifactId | ArtifactIdjlubricant-embeddable-h2 |
Version | Version0.0.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-embeddable-h2/ -->
<dependency>
<groupId>com.danidemi.jlubricant</groupId>
<artifactId>jlubricant-embeddable-h2</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-embeddable-h2/
implementation 'com.danidemi.jlubricant:jlubricant-embeddable-h2:0.0.14'
// https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-embeddable-h2/
implementation ("com.danidemi.jlubricant:jlubricant-embeddable-h2:0.0.14")
'com.danidemi.jlubricant:jlubricant-embeddable-h2:jar:0.0.14'
<dependency org="com.danidemi.jlubricant" name="jlubricant-embeddable-h2" rev="0.0.14">
<artifact name="jlubricant-embeddable-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danidemi.jlubricant', module='jlubricant-embeddable-h2', version='0.0.14')
)
libraryDependencies += "com.danidemi.jlubricant" % "jlubricant-embeddable-h2" % "0.0.14"
[com.danidemi.jlubricant/jlubricant-embeddable-h2 "0.0.14"]