GroupId | GroupIdcom.github.piotrkot |
---|---|
ArtifactId | ArtifactIdoojdbc |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
oojdbc-1.1.pom | |
oojdbc-1.1.jar | 31 KB |
oojdbc-1.1-sources.jar | 37 KB |
oojdbc-1.1-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>oojdbc</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/
implementation 'com.github.piotrkot:oojdbc:1.1'
// https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/
implementation ("com.github.piotrkot:oojdbc:1.1")
'com.github.piotrkot:oojdbc:jar:1.1'
<dependency org="com.github.piotrkot" name="oojdbc" rev="1.1">
<artifact name="oojdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='oojdbc', version='1.1')
)
libraryDependencies += "com.github.piotrkot" % "oojdbc" % "1.1"
[com.github.piotrkot/oojdbc "1.1"]