MySQL java connector.
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.13</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.
Name:The GNU General Public License, Version 2
URL: http://www.gnu.org/licenses/gpl.txt.
The following table lists the most popular artifacts which are depending on mysql-connector-java-5.1.13. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
File | esper 4.6.0 Event stream and complex event processing component | 11 |
The following packages are defined in the mysql-connector-java-5.1.13.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.jmx com.mysql.jdbc.log com.mysql.jdbc.profiler com.mysql.jdbc.util org.gjt.mm.mysql
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.13</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>