| License |
License |
|---|---|
| GroupId | GroupIdcom.paypal.hera |
| ArtifactId | ArtifactIdhera-jdbc |
| Version | Version0.0.24 |
| Type | Typejar |
| Description |
Descriptionhera-jdbc
JDBC driver to connect to HERA (High Efficiency Reliable
Access to data stores)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hera-jdbc-0.0.24.pom | |
| hera-jdbc-0.0.24.jar | 140 KB |
| hera-jdbc-0.0.24-sources.jar | 79 KB |
| hera-jdbc-0.0.24-javadoc.jar | 451 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.paypal.hera/hera-jdbc/ -->
<dependency>
<groupId>com.paypal.hera</groupId>
<artifactId>hera-jdbc</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.hera/hera-jdbc/
implementation 'com.paypal.hera:hera-jdbc:0.0.24'
// https://jarcasting.com/artifacts/com.paypal.hera/hera-jdbc/
implementation ("com.paypal.hera:hera-jdbc:0.0.24")
'com.paypal.hera:hera-jdbc:jar:0.0.24'
<dependency org="com.paypal.hera" name="hera-jdbc" rev="0.0.24">
<artifact name="hera-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.hera', module='hera-jdbc', version='0.0.24')
)
libraryDependencies += "com.paypal.hera" % "hera-jdbc" % "0.0.24"
[com.paypal.hera/hera-jdbc "0.0.24"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |