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 8bac79d commit a816368Copy full SHA for a816368
README.md
@@ -20,14 +20,18 @@ Using Maven:
20
<artifactId>nameapi-client</artifactId>
21
<version>5.3.0</version>
22
</dependency>
23
+
24
+Or Gradle:
25
-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.
29
30
31
32
## Setup code
33
-At first you need some includes, to the context information:
34
+At first, you need some includes, to the context information:
35
36
```java
37
import org.nameapi.ontology5.input.context.Context;
0 commit comments