1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: aether
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: junit4,
libasync-http-client-java,
libplexus-classworlds2-java,
libplexus-containers1.5-java (>= 1.5.5-2),
libplexus-utils2-java,
libsisu-ioc-java,
libslf4j-java,
libwagon-java
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-java/aether.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/aether.git
Homepage: http://aether.sonatype.org/
Package: libaether-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Library to handle Java artifact repositories
Aether is a library for interacting with Java artifact repositories.
.
This involves the specification of local repository formats, remote repository
formats, workspaces, transports, and artifact resolution.
.
Aether is a dependency of Maven but Aether don't depends on anything Maven
specific. For instance, with Aether you can specify your dependency metadata
in a properties files or in a database.
|