GroupId | GroupIdcom.google.code.plsqlgateway |
---|---|
ArtifactId | ArtifactIdplsqlgateway-core |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
plsqlgateway-core-1.11.pom | |
plsqlgateway-core-1.11.jar | 34 KB |
plsqlgateway-core-1.11-sources.jar | 18 KB |
plsqlgateway-core-1.11-javadoc.jar | 72 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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-core/
implementation 'com.google.code.plsqlgateway:plsqlgateway-core:1.11'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-core/
implementation ("com.google.code.plsqlgateway:plsqlgateway-core:1.11")
'com.google.code.plsqlgateway:plsqlgateway-core:jar:1.11'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway-core" rev="1.11">
<artifact name="plsqlgateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway-core', version='1.11')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway-core" % "1.11"
[com.google.code.plsqlgateway/plsqlgateway-core "1.11"]