plsqlgateway
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway</artifactId>
<version>1.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>6</version>
</parent>
<groupId>com.google.code.plsqlgateway</groupId>
<artifactId>plsqlgateway</artifactId>
<version>1.12</version>
<packaging>pom</packaging>
<name>plsqlgateway</name>
<description>A java PL/SQL gateway implementation</description>
<url>http://code.google.com/p/plsqlgateway/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://code.google.com/p/plsqlgateway/source/browse/tags/plsqlgateway-1.12</url>
<connection>scm:svn:http://plsqlgateway.googlecode.com/svn/tags/plsqlgateway-1.12</connection>
<developerConnection>scm:svn:https://plsqlgateway.googlecode.com/svn/tags/plsqlgateway-1.12</developerConnection>
</scm>
<developers>
<developer>
<id>agariboldi</id>
<name>Andrea Amerigo Aristodemo Gariboldi</name>
<email>andrea.gariboldi@gmail.com</email>
</developer>
</developers>
<modules>
<module>plsqlgateway-core</module>
<module>plsqlgateway-webapp</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>