Files download
File Operation
feed-sdk-1.0.2.beta-RELEASE.jar download
feed-sdk-1.0.2.beta-RELEASE.pom download
feed-sdk-1.0.2.beta-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ebay.api</groupId>
  <artifactId>feed-sdk</artifactId>
  <version>1.0.2.beta-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.ebay.api:feed-sdk:1.0.2.beta-RELEASE'
Gradle Kotlin
implementation("com.ebay.api:feed-sdk:1.0.2.beta-RELEASE")
Scala SBT
libraryDependencies += "com.ebay.api" % "feed-sdk" % "1.0.2.beta-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ebay.api', module='feed-sdk', version='1.0.2.beta-RELEASE')
)
Apache Ivy
<dependency org="com.ebay.api" name="feed-sdk" rev="1.0.2.beta-RELEASE" />
Leiningen
[com.ebay.api/feed-sdk "1.0.2.beta-RELEASE"]
Apache Buildr
'com.ebay.api:feed-sdk:jar:1.0.2.beta-RELEASE'