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