File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11## Rest API SDK Core
22
3- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.taboola/rest- api-sdk- core/badge.svg?style=plastic )] ( https://maven-badges.herokuapp.com/maven-central/com.taboola/rest- api-sdk -core )
4- [ ![ Build Status] ( https://travis-ci.org/taboola/rest- api-sdk- core.svg?branch=master )] ( https://travis-ci.org/taboola/rest- api-sdk -core )
3+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.taboola/api-java-client- core/badge.svg?style=plastic )] ( https://maven-badges.herokuapp.com/maven-central/com.taboola/api-java-client -core )
4+ [ ![ Build Status] ( https://travis-ci.org/taboola/api-java-client- core.svg?branch=master )] ( https://travis-ci.org/taboola/api-java-client -core )
55
66### Table of Contents
771 . [ Getting Started] ( #1-getting-started )
@@ -67,16 +67,16 @@ If your project is built with Maven add following to your pom file:
6767```
6868<dependency>
6969 <groupId>com.taboola</groupId>
70- <artifactId>rest- api-sdk -core</artifactId>
70+ <artifactId>api-java-client -core</artifactId>
7171 <version>x.y.z</version>
7272</dependency>
7373```
7474
7575If your project is built with Gradle add following to your gradle setting file:
7676
7777```
78- // https://mvnrepository.com/artifact/com.taboola/rest- api-sdk -core
79- compile group: 'com.taboola', name: 'rest- api-sdk -core', version: 'x.y.z'
78+ // https://mvnrepository.com/artifact/com.taboola/api-java-client -core
79+ compile group: 'com.taboola', name: 'api-java-client -core', version: 'x.y.z'
8080```
8181
82- Replace 'x.y.z' with the latest available version from [ Maven Central] ( https://mvnrepository.com/artifact/com.taboola/rest- api-sdk -core )
82+ Replace 'x.y.z' with the latest available version from [ Maven Central] ( https://mvnrepository.com/artifact/com.taboola/api-java-client -core )
Original file line number Diff line number Diff line change 1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >API Java client core</description >
13- <url >https://github.com/taboola/rest- api-sdk -core</url >
13+ <url >https://github.com/taboola/api-java-client -core</url >
1414
1515 <licenses >
1616 <license >
You can’t perform that action at this time.
0 commit comments