Skip to content

Commit cae8296

Browse files
committed
updated readme
1 parent 86efb71 commit cae8296

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

samples/client/wordnik-api/java/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ This library is built using the Wordnik [Swagger](http://swagger.wordnik.com) cl
88
can re-generate this library by running ./bin/java-wordnik-api.sh from the swagger-codegen project
99

1010
## Usage
11-
Generate the client library with Maven:
11+
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:
1221

1322
```
1423
mvn package

0 commit comments

Comments
 (0)