1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: mysql-connector-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), ant, ant-optional
Build-Depends-Indep: default-jdk (>= 2:1.8), junit, ant-contrib, maven-repo-helper, libslf4j-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/mysql-connector-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mysql-connector-java.git
Homepage: http://www.mysql.com/products/connector/j/
Package: libmysql-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libslf4j-java
Description: Java database (JDBC) driver for MySQL
MySQL Connector/J is a JDBC-4.2 Type 4 driver, which means that it is
pure Java, implements version 4.2 of the JDBC specification, and
communicates directly with the MySQL server using the MySQL
protocol.
|