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.9</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.9. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Log | logback-classic 1.0.0 Logback: the reliable, generic, fast and flexible logging library for Java. | 65 |
Log | logback-classic 1.1.2 logback-classic module | 162 |
Log | logback-classic 0.9.28 Logback: the reliable, generic, fast and flexible logging library for Java. | 22 |
Log | logback-classic 1.1.0 logback-classic module | 6 |
Log | logback-classic 1.0.12 logback-classic module | 32 |
Log | logback-classic 1.0.7 logback-classic module | 135 |
Log | logback-classic 1.1.1 logback-classic module | 32 |
Log | logback-classic 1.0.9 logback-classic module | 107 |
Log | logback-classic 1.0.6 logback-classic module | 19 |
Log | logback-classic 0.9.29 Logback: the reliable, generic, fast and flexible logging library for Java. | 51 |
Log | logback-classic 1.0.11 logback-classic module | 46 |
Log | logback-classic 0.9.27 Logback: the reliable, generic, fast and flexible logging library for Java. | 6 |
Log | logback-classic 0.9.30 Logback: the reliable, generic, fast and flexible logging library for Java. | 34 |
Log | logback-classic 1.0.10 logback-classic module | 36 |
Log | logback-classic 1.0.13 logback-classic module | 299 |
The following packages are defined in the mysql-connector-java-5.1.9.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
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.9</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>