License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.google.code.plsqlmaven |
ArtifactId | ArtifactIdplsql-maven-webapp |
Last Version | Last Version1.11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPL/SQL webapp project
a parent project to be inherited by PL/SQL webapps to configure defaults
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plsql-maven-webapp-1.11.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.plsqlmaven/plsql-maven-webapp/ -->
<dependency>
<groupId>com.google.code.plsqlmaven</groupId>
<artifactId>plsql-maven-webapp</artifactId>
<version>1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.plsqlmaven/plsql-maven-webapp/
implementation 'com.google.code.plsqlmaven:plsql-maven-webapp:1.11'
// https://jarcasting.com/artifacts/com.google.code.plsqlmaven/plsql-maven-webapp/
implementation ("com.google.code.plsqlmaven:plsql-maven-webapp:1.11")
'com.google.code.plsqlmaven:plsql-maven-webapp:pom:1.11'
<dependency org="com.google.code.plsqlmaven" name="plsql-maven-webapp" rev="1.11">
<artifact name="plsql-maven-webapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.plsqlmaven', module='plsql-maven-webapp', version='1.11')
)
libraryDependencies += "com.google.code.plsqlmaven" % "plsql-maven-webapp" % "1.11"
[com.google.code.plsqlmaven/plsql-maven-webapp "1.11"]