Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

prestonvanloon/ebaysdkcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebaysdkcore

eBay SDK for java

Current version: 943

Maven

Add this repo as a repository to your pom file

<repositories>
    <repository>
        <id>ebaysdkcore-repo</id>
        <url>https://raw.github.com/prestonvanloon/ebaysdkcore/mvn-repo/</url>
    </repository>
</repositories>

Then add the dependency to your project

<dependency>
    <groupId>ebaysdkcore</groupId>
    <artifactId>ebaysdkcore</artifactId>
    <version>943</version>
</dependency>

More