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