GroupId | GroupIdcom.google.code.plsqlgateway |
---|---|
ArtifactId | ArtifactIdplsqlgateway-core |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
plsqlgateway-core-1.6.pom | |
plsqlgateway-core-1.6.jar | 31 KB |
plsqlgateway-core-1.6-sources.jar | 17 KB |
plsqlgateway-core-1.6-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-core/ -->
<dependency>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway-core</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-core/
implementation 'com.google.code.plsqlgateway:plsqlgateway-core:1.6'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-core/
implementation ("com.google.code.plsqlgateway:plsqlgateway-core:1.6")
'com.google.code.plsqlgateway:plsqlgateway-core:jar:1.6'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway-core" rev="1.6">
<artifact name="plsqlgateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway-core', version='1.6')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway-core" % "1.6"
[com.google.code.plsqlgateway/plsqlgateway-core "1.6"]