We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d56044 commit 7885a6aCopy full SHA for 7885a6a
1 file changed
README.md
@@ -53,15 +53,15 @@ For more information see the Duo Accounts API guide:
53
The Java API Client project is available from Duo Security on Maven. Include the following in your dependency definitions:
54
```
55
56
-<!-- https://mvnrepository.com/artifact/com.duosecurity/duo-client -->
+<!-- https://central.sonatype.com/artifact/com.duosecurity/duo-client -->
57
<dependency>
58
<groupId>com.duosecurity</groupId>
59
<artifactId>duo-client</artifactId>
60
<version>0.8.0</version>
61
</dependency>
62
63
64
-See https://mvnrepository.com/artifact/com.duosecurity/duo-client/0.8.0 for more details.
+See https://central.sonatype.com/artifact/com.duosecurity/duo-client/0.8.0 for more details.
65
66
# Using the Example
67
There is an example in /duo-example-admin
0 commit comments