Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.salesforce.cantor |
ArtifactId | ArtifactIdcantor-jdbc |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
cantor-jdbc-0.1.4.pom | |
cantor-jdbc-0.1.4.jar | 49 KB |
cantor-jdbc-0.1.4-sources.jar | 20 KB |
cantor-jdbc-0.1.4-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/ -->
<dependency>
<groupId>com.salesforce.cantor</groupId>
<artifactId>cantor-jdbc</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/
implementation 'com.salesforce.cantor:cantor-jdbc:0.1.4'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-jdbc/
implementation ("com.salesforce.cantor:cantor-jdbc:0.1.4")
'com.salesforce.cantor:cantor-jdbc:jar:0.1.4'
<dependency org="com.salesforce.cantor" name="cantor-jdbc" rev="0.1.4">
<artifact name="cantor-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-jdbc', version='0.1.4')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-jdbc" % "0.1.4"
[com.salesforce.cantor/cantor-jdbc "0.1.4"]