Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.rocketfuel.sdbc.h2 |
ArtifactId | ArtifactIdjdbc_2.12 |
Last Version | Last Version2.0-RC0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jdbc_2.12-2.0-RC0.pom | |
jdbc_2.12-2.0-RC0-tests.jar | 47 KB |
jdbc_2.12-2.0-RC0-tests-sources.jar | 6 KB |
jdbc_2.12-2.0-RC0-tests-javadoc.jar | 695 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc.h2/jdbc_2.12/ -->
<dependency>
<groupId>com.rocketfuel.sdbc.h2</groupId>
<artifactId>jdbc_2.12</artifactId>
<version>2.0-RC0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.h2/jdbc_2.12/
implementation 'com.rocketfuel.sdbc.h2:jdbc_2.12:2.0-RC0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.h2/jdbc_2.12/
implementation ("com.rocketfuel.sdbc.h2:jdbc_2.12:2.0-RC0")
'com.rocketfuel.sdbc.h2:jdbc_2.12:jar:2.0-RC0'
<dependency org="com.rocketfuel.sdbc.h2" name="jdbc_2.12" rev="2.0-RC0">
<artifact name="jdbc_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc.h2', module='jdbc_2.12', version='2.0-RC0')
)
libraryDependencies += "com.rocketfuel.sdbc.h2" % "jdbc_2.12" % "2.0-RC0"
[com.rocketfuel.sdbc.h2/jdbc_2.12 "2.0-RC0"]