1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: kdgcommons-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit (>= 3.8.2)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/kdgcommons-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/kdgcommons-java.git
Homepage: http://sourceforge.net/projects/kdgcommons/
Package: libkdgcommons-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: utility library for web programming
The KDG Commons library is a collection of utility classes for Java,
supplementing and in some cases replacing Jakarta Commons and Google
Guava. This involves SQL database access via JDBC, hex data handling,
secure string handling for web applications and much more.
|