We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f6191 commit 1f616beCopy full SHA for 1f616be
2 files changed
README.md
@@ -14,8 +14,8 @@ Add the following dependency to your pom file
14
```xml
15
<dependency>
16
<groupId>com.indix.api</groupId>
17
- <artifactId>apiv2-java-client</artifactId>
18
- <version>1.1.0</version>
+ <artifactId>indix-api-java</artifactId>
+ <version>1.0.0</version>
19
</dependency>
20
```
21
pom.xml
@@ -9,8 +9,8 @@
9
</properties>
10
11
12
13
<packaging>jar</packaging>
<name>Indix API-V2 Java Client</name>
<description>Java client which is used to access API V2 endpoints</description>
0 commit comments