We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc3d72 commit ecb6073Copy full SHA for ecb6073
1 file changed
README.md
@@ -14,15 +14,15 @@ Get Auth0 Java via Maven:
14
```xml
15
<dependency>
16
<groupId>com.auth0</groupId>
17
- <artifactId>auth0-java</artifactId>
+ <artifactId>auth0</artifactId>
18
<version>0.1.1</version>
19
</dependency>
20
```
21
22
or Gradle:
23
24
```gradle
25
-compile 'com.auth0:auth0-java:0.1.1'
+compile 'com.auth0:auth0:0.1.1'
26
27
28
## Usage
0 commit comments