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
|
Source: google-oauth-client-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-http-client-java (>= 1.41.8-2),
libgrpc-java,
maven-debian-helper,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/google-oauth-client-java.git
Vcs-Browser: https://salsa.debian.org/java-team/google-oauth-client-java
Homepage: https://github.com/googleapis/google-oauth-java-client
Package: libgoogle-oauth-client-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Google OAuth Client Library for Java
Powerful and easy-to-use Java library for the OAuth 1.0a and OAuth 2.0
authorization standards. The Google OAuth Client Library for Java is designed
to work with any OAuth service on the web, not just with Google APIs. It is
built on the Google HTTP Client Library for Java.
|