| License |
License
BSD 3-Clause License
|
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.salesforce.cantor |
| ArtifactId | ArtifactIdcantor-jdbc |
| Version | Version0.4.21 |
| Type | Typejar |
| Description |
Descriptioncantor-jdbc
Cantor on top of JDBC
|
| Filename | Size |
|---|---|
| cantor-jdbc-0.4.21.pom | |
| cantor-jdbc-0.4.21.jar | 42 KB |
| cantor-jdbc-0.4.21-sources.jar | 17 KB |
| cantor-jdbc-0.4.21-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/ -->
<dependency>
<groupId>com.salesforce.cantor</groupId>
<artifactId>cantor-jdbc</artifactId>
<version>0.4.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/
implementation 'com.salesforce.cantor:cantor-jdbc:0.4.21'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/
implementation ("com.salesforce.cantor:cantor-jdbc:0.4.21")
'com.salesforce.cantor:cantor-jdbc:jar:0.4.21'
<dependency org="com.salesforce.cantor" name="cantor-jdbc" rev="0.4.21">
<artifact name="cantor-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-jdbc', version='0.4.21')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-jdbc" % "0.4.21"
[com.salesforce.cantor/cantor-jdbc "0.4.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.salesforce.cantor : cantor-base | jar | 0.4.21 |
| com.salesforce.cantor : cantor-common | jar | 0.4.21 |
| com.zaxxer : HikariCP | jar | 3.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.testng : testng | jar | 7.0.0 |