Maven Repository - POM file for MySQL mysql-connector-java 5.1.3 5.1.3

Summary

MySQL java connector.

Declaration

Here is the list of declaration for mysql-connector-java. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>mysql</groupId>
   <artifactId>mysql-connector-java</artifactId>
   <version>5.1.3</version>
</dependency>

If you think this Maven repository POM file listing for mysql-connector-java is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The GNU General Public License, Version 2
URL: http://www.gnu.org/licenses/gpl.txt.

Packages

The following packages are defined in the mysql-connector-java-5.1.3.jar

com.mysql.jdbc
com.mysql.jdbc.exceptions
com.mysql.jdbc.exceptions.jdbc4
com.mysql.jdbc.integration.c3p0
com.mysql.jdbc.integration.jboss
com.mysql.jdbc.interceptors
com.mysql.jdbc.jdbc2.optional
com.mysql.jdbc.log
com.mysql.jdbc.profiler
com.mysql.jdbc.util
org.gjt.mm.mysql




POM File Source

Here is the content of the POM file.

<project>

    <modelVersion>4.0.0</modelVersion>
    <groupId>mysql</groupId>
    <artifactId>mysql-connector-java</artifactId>
    <version>5.1.3</version>
    <packaging>jar</packaging>

    <name>MySQL java connector</name>
    <description>MySQL java connector</description>
    
    <licenses>
      <license>
          <name>The GNU General Public License, Version 2</name>
          <url>http://www.gnu.org/licenses/gpl.txt</url>
          <distribution>repo</distribution>
          <comments>MySQL Connector/J contains exceptions to GPL requirements when linking with other components
          that are licensed under OSI-approved open source licenses, see EXCEPTIONS-CONNECTOR-J
          in this distribution for more details.</comments>
      </license>
  </licenses>
  
    <url>http://dev.mysql.com/usingmysql/java/</url>

    <scm>
        <connection>
            scm:svn:http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
        </connection>
        <developerConnection>
            scm:svn:http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
        </developerConnection>
        <url>
            http://svn.mysql.com/svnpublic/connector-j/trunk/connector-j
        </url>
    </scm>

</project>