Categories |
CategoriesH2 Data Databases Net OAuth2 Security CLI User Interface |
---|---|
GroupId | GroupIdnet.oauth-2 |
ArtifactId | ArtifactIdoauth2-client-http-apache |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oauth-2/oauth2-client-http-apache/ -->
<dependency>
<groupId>net.oauth-2</groupId>
<artifactId>oauth2-client-http-apache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth-2/oauth2-client-http-apache/
implementation 'net.oauth-2:oauth2-client-http-apache:1.0.0'
// https://jarcasting.com/artifacts/net.oauth-2/oauth2-client-http-apache/
implementation ("net.oauth-2:oauth2-client-http-apache:1.0.0")
'net.oauth-2:oauth2-client-http-apache:jar:1.0.0'
<dependency org="net.oauth-2" name="oauth2-client-http-apache" rev="1.0.0">
<artifact name="oauth2-client-http-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth-2', module='oauth2-client-http-apache', version='1.0.0')
)
libraryDependencies += "net.oauth-2" % "oauth2-client-http-apache" % "1.0.0"
[net.oauth-2/oauth2-client-http-apache "1.0.0"]