| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases OAuth2 Security CLI User Interface |
| GroupId | GroupIdcom.github.malkomich |
| ArtifactId | ArtifactIdoauth2-token-client |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOauth2 Token Client
OAuth2 Client which generates a token to authorize your REST calls
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oauth2-token-client-0.0.1.pom | |
| oauth2-token-client-0.0.1.jar | 21 KB |
| oauth2-token-client-0.0.1-sources.jar | 12 KB |
| oauth2-token-client-0.0.1-javadoc.jar | 474 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |