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