License |
License |
---|---|
GroupId | GroupIdcom.google.code.plsqlgateway |
ArtifactId | ArtifactIdplsqlgateway |
Last Version | Last Version1.12 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionplsqlgateway
A java PL/SQL gateway implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plsqlgateway-1.12.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.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation 'com.google.code.plsqlgateway:plsqlgateway:1.12'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation ("com.google.code.plsqlgateway:plsqlgateway:1.12")
'com.google.code.plsqlgateway:plsqlgateway:pom:1.12'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway" rev="1.12">
<artifact name="plsqlgateway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway', version='1.12')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway" % "1.12"
[com.google.code.plsqlgateway/plsqlgateway "1.12"]