MVN

org.tonicsoft.ebay : ebaysdkcore

Maven & Gradle

Mar 04, 2017
8 stars

eBay SDK for Java · This SDK enables you to use Java to make API calls in the eBay Trading API, which is an XML API. This maven build is provided by tonicsoft for convenience and is an exact copy of version 981 of the project distributed by eBay via the official eBay SDK website.

<dependency>
    <groupId>org.tonicsoft.ebay</groupId>
    <artifactId>ebaysdkcore</artifactId>
    <version>981.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tonicsoft.ebay : ebaysdkcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 981.0.0

All Versions

Choose a version of org.tonicsoft.ebay : ebaysdkcore to add to Maven or Gradle - All Versions:

  • Version Updated
  • ebaysdkcore-981.0.0

    Mar 04, 2017

How to add a dependency to Maven

Add the following org.tonicsoft.ebay : ebaysdkcore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tonicsoft.ebay</groupId>
    <artifactId>ebaysdkcore</artifactId>
    <version>981.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tonicsoft.ebay : ebaysdkcore gradle dependency to your build.gradle file:

implementation 'org.tonicsoft.ebay:ebaysdkcore:981.0.0'

Gradle Kotlin DSL: Add the following org.tonicsoft.ebay : ebaysdkcore gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tonicsoft.ebay:ebaysdkcore:981.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tonicsoft.ebay : ebaysdkcore sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tonicsoft.ebay" % "ebaysdkcore" % "981.0.0"