GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-ojdbc |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-ojdbc/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-ojdbc</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-ojdbc/
implementation 'com.github.psi-probe:psi-probe-ojdbc:3.1.0'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-ojdbc/
implementation ("com.github.psi-probe:psi-probe-ojdbc:3.1.0")
'com.github.psi-probe:psi-probe-ojdbc:jar:3.1.0'
<dependency org="com.github.psi-probe" name="psi-probe-ojdbc" rev="3.1.0">
<artifact name="psi-probe-ojdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-ojdbc', version='3.1.0')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-ojdbc" % "3.1.0"
[com.github.psi-probe/psi-probe-ojdbc "3.1.0"]