Skip to content

Commit a816368

Browse files
committed
Documented library setup for Gradle.
1 parent 8bac79d commit a816368

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ Using Maven:
2020
<artifactId>nameapi-client</artifactId>
2121
<version>5.3.0</version>
2222
</dependency>
23+
24+
Or Gradle:
2325

24-
Or you can download the jar, or check out the source code from this GitHub project.
26+
implementation 'org.nameapi.client:nameapi-client:5.3.0'
27+
28+
Also you could download the jar, or check out the source code from this GitHub project.
2529

2630

2731

2832
## Setup code
2933

30-
At first you need some includes, to the context information:
34+
At first, you need some includes, to the context information:
3135

3236
```java
3337
import org.nameapi.ontology5.input.context.Context;

0 commit comments

Comments
 (0)