Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.rocketfuel.sdbc.h2 |
ArtifactId | ArtifactIdjdbc_2.11 |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jdbc_2.11-1.0.pom | |
jdbc_2.11-1.0.jar | 69 KB |
jdbc_2.11-1.0-tests.jar | 46 KB |
jdbc_2.11-1.0-tests-sources.jar | 5 KB |
jdbc_2.11-1.0-tests-javadoc.jar | 424 KB |
jdbc_2.11-1.0-sources.jar | 6 KB |
jdbc_2.11-1.0-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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.h2/jdbc_2.11/
implementation 'com.rocketfuel.sdbc.h2:jdbc_2.11:1.0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.h2/jdbc_2.11/
implementation ("com.rocketfuel.sdbc.h2:jdbc_2.11:1.0")
'com.rocketfuel.sdbc.h2:jdbc_2.11:jar:1.0'
<dependency org="com.rocketfuel.sdbc.h2" name="jdbc_2.11" rev="1.0">
<artifact name="jdbc_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc.h2', module='jdbc_2.11', version='1.0')
)
libraryDependencies += "com.rocketfuel.sdbc.h2" % "jdbc_2.11" % "1.0"
[com.rocketfuel.sdbc.h2/jdbc_2.11 "1.0"]