We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe878e commit 2ecc8b0Copy full SHA for 2ecc8b0
README.md
@@ -64,7 +64,7 @@ Add the following dependency to your `pom.xml` file:
64
```xml
65
<dependency>
66
<groupId>io.apitally</groupId>
67
- <artifactId>apitally-java</artifactId>
+ <artifactId>apitally</artifactId>
68
<version>[0.1.0,)</version>
69
</dependency>
70
```
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
8
9
<version>0.1.0</version>
10
<packaging>jar</packaging>
11
<name>Apitally Java Client</name>
0 commit comments