is not current version
Last Version 1.12

com.google.code.plsqlgateway:plsqlgateway 1.8

A java PL/SQL gateway implementation

GroupId

GroupId

com.google.code.plsqlgateway
ArtifactId

ArtifactId

plsqlgateway
Version

Version

1.8
Type

Type

pom

Download plsqlgateway 1.8

Filename Size
plsqlgateway-1.8.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.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation 'com.google.code.plsqlgateway:plsqlgateway:1.8'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation ("com.google.code.plsqlgateway:plsqlgateway:1.8")
'com.google.code.plsqlgateway:plsqlgateway:pom:1.8'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway" rev="1.8">
  <artifact name="plsqlgateway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway', version='1.8')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway" % "1.8"
[com.google.code.plsqlgateway/plsqlgateway "1.8"]