| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases Net OAuth2 Security CLI User Interface |
| GroupId | GroupIdnet.skobow |
| ArtifactId | ArtifactIdoauth2-restclient |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
DescriptionOAuth2RestClient
Lean and easy to use OAuth2 enabled and Spring Boot powered REST client to interact with secured APIs
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oauth2-restclient-0.3.0.pom | |
| oauth2-restclient-0.3.0.jar | 7 KB |
| oauth2-restclient-0.3.0-sources.jar | 9 KB |
| oauth2-restclient-0.3.0-javadoc.jar | 415 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/ -->
<dependency>
<groupId>net.skobow</groupId>
<artifactId>oauth2-restclient</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/
implementation 'net.skobow:oauth2-restclient:0.3.0'
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/
implementation ("net.skobow:oauth2-restclient:0.3.0")
'net.skobow:oauth2-restclient:jar:0.3.0'
<dependency org="net.skobow" name="oauth2-restclient" rev="0.3.0">
<artifact name="oauth2-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='oauth2-restclient', version='0.3.0')
)
libraryDependencies += "net.skobow" % "oauth2-restclient" % "0.3.0"
[net.skobow/oauth2-restclient "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.3.RELEASE |
| org.springframework : spring-web | jar | 5.1.3.RELEASE |