GroupId | GroupIdcom.ocient |
---|---|
ArtifactId | ArtifactIdocient-jdbc4 |
Version | Version2.33 |
Type | Typejar |
Filename | Size |
---|---|
ocient-jdbc4-2.33.pom | |
ocient-jdbc4-2.33.jar | 1 MB |
ocient-jdbc4-2.33-sources.jar | 324 KB |
ocient-jdbc4-2.33-javadoc.jar | 2 MB |
ocient-jdbc4-2.33-jar-with-dependencies.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocient/ocient-jdbc4/ -->
<dependency>
<groupId>com.ocient</groupId>
<artifactId>ocient-jdbc4</artifactId>
<version>2.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocient/ocient-jdbc4/
implementation 'com.ocient:ocient-jdbc4:2.33'
// https://jarcasting.com/artifacts/com.ocient/ocient-jdbc4/
implementation ("com.ocient:ocient-jdbc4:2.33")
'com.ocient:ocient-jdbc4:jar:2.33'
<dependency org="com.ocient" name="ocient-jdbc4" rev="2.33">
<artifact name="ocient-jdbc4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocient', module='ocient-jdbc4', version='2.33')
)
libraryDependencies += "com.ocient" % "ocient-jdbc4" % "2.33"
[com.ocient/ocient-jdbc4 "2.33"]