Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.sgr.oauth |
ArtifactId | ArtifactIdoauth-client-googlehttp |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/ -->
<dependency>
<groupId>io.sgr.oauth</groupId>
<artifactId>oauth-client-googlehttp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/
implementation 'io.sgr.oauth:oauth-client-googlehttp:1.0.0'
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/
implementation ("io.sgr.oauth:oauth-client-googlehttp:1.0.0")
'io.sgr.oauth:oauth-client-googlehttp:jar:1.0.0'
<dependency org="io.sgr.oauth" name="oauth-client-googlehttp" rev="1.0.0">
<artifact name="oauth-client-googlehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sgr.oauth', module='oauth-client-googlehttp', version='1.0.0')
)
libraryDependencies += "io.sgr.oauth" % "oauth-client-googlehttp" % "1.0.0"
[io.sgr.oauth/oauth-client-googlehttp "1.0.0"]