Last Version

Oauth2 Token Client 0.0.1

OAuth2 Client which generates a token to authorize your REST calls

License

License

Categories

Categories

H2 Data Databases OAuth2 Security CLI User Interface
GroupId

GroupId

com.github.malkomich
ArtifactId

ArtifactId

oauth2-token-client
Version

Version

0.0.1
Type

Type

jar
Description

Description

Oauth2 Token Client
OAuth2 Client which generates a token to authorize your REST calls
Project URL

Project URL

https://github.com/malkomich/oauth2-token-client
Source Code Management

Source Code Management

https://github.com/malkomich/oauth2-token-client

Download oauth2-token-client 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.malkomich/oauth2-token-client/ -->
<dependency>
    <groupId>com.github.malkomich</groupId>
    <artifactId>oauth2-token-client</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/oauth2-token-client/
implementation 'com.github.malkomich:oauth2-token-client:0.0.1'
// https://jarcasting.com/artifacts/com.github.malkomich/oauth2-token-client/
implementation ("com.github.malkomich:oauth2-token-client:0.0.1")
'com.github.malkomich:oauth2-token-client:jar:0.0.1'
<dependency org="com.github.malkomich" name="oauth2-token-client" rev="0.0.1">
  <artifact name="oauth2-token-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='oauth2-token-client', version='0.0.1')
)
libraryDependencies += "com.github.malkomich" % "oauth2-token-client" % "0.0.1"
[com.github.malkomich/oauth2-token-client "0.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5
org.apache.cxf : cxf-rt-rs-security-oauth2 jar 3.4.2
org.json : json jar 20160212

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.18

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.