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
|
Source: webjars-locator-core
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0)
Build-Depends-Indep: libcommons-compress-java,
libcommons-lang3-java,
libslf4j-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/webjars-locator-core.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/webjars-locator-core.git
Homepage: http://webjars.org
Package: libwebjars-locator-core-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: WebJars Locator Core
WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged
into JAR files. They allow one to:
* Explicitly and easily manage the client-side dependencies in JVM-based
web applications
* Use JVM-based build tools (e.g. Maven, Gradle...) to download client-side
dependencies
* Know which client-side dependencies are used
* Resolve transitive dependencies automatically and optionally load them
via RequireJS
.
The WebJars Locator Core library provides a means to locate assets within
WebJars.
|