is not current version
Last Version 1.12

com.google.code.plsqlgateway:plsqlgateway 1.9

A java PL/SQL gateway implementation

GroupId

GroupId

com.google.code.plsqlgateway
ArtifactId

ArtifactId

plsqlgateway
Version

Version

1.9
Type

Type

pom

Download plsqlgateway 1.9

Filename Size
plsqlgateway-1.9.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/ -->
<dependency>
    <groupId>com.google.code.plsqlgateway</groupId>
    <artifactId>plsqlgateway</artifactId>
    <version>1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation 'com.google.code.plsqlgateway:plsqlgateway:1.9'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation ("com.google.code.plsqlgateway:plsqlgateway:1.9")
'com.google.code.plsqlgateway:plsqlgateway:pom:1.9'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway" rev="1.9">
  <artifact name="plsqlgateway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway', version='1.9')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway" % "1.9"
[com.google.code.plsqlgateway/plsqlgateway "1.9"]