GroupId | GroupIdcom.google.code.plsqlgateway |
---|---|
ArtifactId | ArtifactIdplsqlgateway-webapp |
Version | Version1.8 |
Type | Typewar |
Filename | Size |
---|---|
plsqlgateway-webapp-1.8.pom | |
plsqlgateway-webapp-1.8.war | 795 KB |
plsqlgateway-webapp-1.8-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-webapp/ -->
<dependency>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway-webapp</artifactId>
<version>1.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-webapp/
implementation 'com.google.code.plsqlgateway:plsqlgateway-webapp:1.8'
// https://jarcasting.com/artifacts/com.google.code.plsqlgateway/plsqlgateway-webapp/
implementation ("com.google.code.plsqlgateway:plsqlgateway-webapp:1.8")
'com.google.code.plsqlgateway:plsqlgateway-webapp:war:1.8'
<dependency org="com.google.code.plsqlgateway" name="plsqlgateway-webapp" rev="1.8">
<artifact name="plsqlgateway-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlgateway', module='plsqlgateway-webapp', version='1.8')
)
libraryDependencies += "com.google.code.plsqlgateway" % "plsqlgateway-webapp" % "1.8"
[com.google.code.plsqlgateway/plsqlgateway-webapp "1.8"]