Last Version

net.oauth-2:oauth2-parent 1.1.0

OAuth2 Client Dependencies (Bill-Of-Materials)

License

License

Categories

Categories

H2 Data Databases Net OAuth2 Security
GroupId

GroupId

net.oauth-2
ArtifactId

ArtifactId

oauth2-parent
Version

Version

1.1.0
Type

Type

pom
Description

Description

net.oauth-2:oauth2-parent
OAuth2 Client Dependencies (Bill-Of-Materials)
Project URL

Project URL

https://github.com/tengia/oauth-2
Source Code Management

Source Code Management

https://github.com/tengia/oauth-2

Download oauth2-parent 1.1.0

Filename Size
oauth2-parent-1.1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.oauth-2/oauth2-parent/ -->
<dependency>
    <groupId>net.oauth-2</groupId>
    <artifactId>oauth2-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oauth-2/oauth2-parent/
implementation 'net.oauth-2:oauth2-parent:1.1.0'
// https://jarcasting.com/artifacts/net.oauth-2/oauth2-parent/
implementation ("net.oauth-2:oauth2-parent:1.1.0")
'net.oauth-2:oauth2-parent:pom:1.1.0'
<dependency org="net.oauth-2" name="oauth2-parent" rev="1.1.0">
  <artifact name="oauth2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oauth-2', module='oauth2-parent', version='1.1.0')
)
libraryDependencies += "net.oauth-2" % "oauth2-parent" % "1.1.0"
[net.oauth-2/oauth2-parent "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../oauth2-commons
  • ../oauth2-api
  • ../oauth2-client
  • ../oauth2-client-http-javase
  • ../oauth2-client-http-apache
  • ../oauth2-client-http-okhttp3
  • ../oauth2-databinding-gson
  • ../oauth2-databinding-jackson
  • ../oauth2-client-retrofit2
  • ../oauth2-samples