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