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