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