Maven Repository - POM file for MySQL mysql-connector-mxj-db-files 5.0.12 5.0.12

Summary

MySQL Connector/MXJ.

MySQL Connector/MXJ is a Java Utility package for deploying and managing a MySQL database..

Declaration

Here is the list of declaration for mysql-connector-mxj-db-files. 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-mxj-db-files</artifactId>
   <version>5.0.12</version>
</dependency>

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

License

Name:GNU GENERAL PUBLIC LICENSE
URL: http://www.gnu.org/licenses/gpl.txt.





POM File Source

Here is the content of the POM file.

<?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>
  <groupId>mysql</groupId>
  <artifactId>mysql-connector-mxj-db-files</artifactId>
  <packaging>jar</packaging>
  <version>5.0.12</version>
  <name>MySQL Connector/MXJ </name>
  <description>
    MySQL Connector/MXJ is a Java Utility package for deploying and managing a MySQL database.
  </description>
  <inceptionYear>2004</inceptionYear>
  <url>http://dev.mysql.com/doc/refman/5.1/en/connector-mxj.html</url>

  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>http://svn.mysql.com/svnpublic</connection>
    <url>http://svn.mysql.com/svnpublic</url>
  </scm>
  
  

</project>