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 86efb71 commit cae8296Copy full SHA for cae8296
samples/client/wordnik-api/java/README.md
@@ -8,7 +8,16 @@ This library is built using the Wordnik [Swagger](http://swagger.wordnik.com) cl
8
can re-generate this library by running ./bin/java-wordnik-api.sh from the swagger-codegen project
9
10
## Usage
11
-Generate the client library with Maven:
+You can use maven central to add this library to your current project:
12
+
13
+```xml
14
+<dependency>
15
+ <groupId>com.wordnik</groupId>
16
+ <artifactId>wordnik-java-client</artifactId>
17
+ <version>1.0.0</version>
18
+</dependency>
19
+```
20
+or you can pull the source and re-generate the client library with Maven:
21
22
```
23
mvn package
0 commit comments