| Categories |
CategoriesH2 Data Databases Net OAuth2 Security CLI User Interface |
|---|---|
| GroupId | GroupIdnet.skobow |
| ArtifactId | ArtifactIdoauth2-restclient |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oauth2-restclient-0.1.2.pom | |
| oauth2-restclient-0.1.2.jar | 6 KB |
| oauth2-restclient-0.1.2-sources.jar | 9 KB |
| oauth2-restclient-0.1.2-javadoc.jar | 414 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/ -->
<dependency>
<groupId>net.skobow</groupId>
<artifactId>oauth2-restclient</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/
implementation 'net.skobow:oauth2-restclient:0.1.2'
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient/
implementation ("net.skobow:oauth2-restclient:0.1.2")
'net.skobow:oauth2-restclient:jar:0.1.2'
<dependency org="net.skobow" name="oauth2-restclient" rev="0.1.2">
<artifact name="oauth2-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='oauth2-restclient', version='0.1.2')
)
libraryDependencies += "net.skobow" % "oauth2-restclient" % "0.1.2"
[net.skobow/oauth2-restclient "0.1.2"]