Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.ebay.auth |
ArtifactId | ArtifactIdebay-oauth-java-client |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ebay.auth/ebay-oauth-java-client/ -->
<dependency>
<groupId>com.ebay.auth</groupId>
<artifactId>ebay-oauth-java-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ebay.auth/ebay-oauth-java-client/
implementation 'com.ebay.auth:ebay-oauth-java-client:1.0.1'
// https://jarcasting.com/artifacts/com.ebay.auth/ebay-oauth-java-client/
implementation ("com.ebay.auth:ebay-oauth-java-client:1.0.1")
'com.ebay.auth:ebay-oauth-java-client:jar:1.0.1'
<dependency org="com.ebay.auth" name="ebay-oauth-java-client" rev="1.0.1">
<artifact name="ebay-oauth-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ebay.auth', module='ebay-oauth-java-client', version='1.0.1')
)
libraryDependencies += "com.ebay.auth" % "ebay-oauth-java-client" % "1.0.1"
[com.ebay.auth/ebay-oauth-java-client "1.0.1"]