GroupId | GroupIdcom.google.code.plsqlgateway |
---|---|
ArtifactId | ArtifactIdplsqlgateway |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
plsqlgateway-1.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation 'com.google.code.plsqlgateway:plsqlgateway:1.4'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway/
implementation ("com.google.code.plsqlgateway:plsqlgateway:1.4")
'com.google.code.plsqlgateway:plsqlgateway:pom:1.4'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway" rev="1.4">
<artifact name="plsqlgateway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway', version='1.4')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway" % "1.4"
[com.google.code.plsqlgateway/plsqlgateway "1.4"]