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
|
Source: google-auth-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olek@debian.org>,
Andreas Tille <tille@debian.org>,
Build-Depends: debhelper-compat (= 13),
default-jdk,
libgoogle-auto-value-java (>= 1.6.6~),
libgoogle-http-client-java (>= 1.32.1~),
libgrpc-java,
libguava-java (>= 28.1~),
maven-debian-helper,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/google-auth-java.git
Vcs-Browser: https://salsa.debian.org/java-team/google-auth-java
Homepage: https://github.com/googleapis/google-auth-library-java
Package: libgoogle-auth-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Open source authentication client library for Java
This project consists of 2 artifacts. The first,
google-auth-library-credentials, contains base classes and interfaces for
Google credentials while the second, google-auth-library-oauth2-http,
contains a wide variety of credentials as well as utility methods to create
them and to get Application Default Credentials.
|