Skip to content

Commit b5d70da

Browse files
authored
Add maven coordinates to README
1 parent 3b37693 commit b5d70da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,13 @@ For example, if you were working directly with the [Twitter REST API](https://de
312312
String screenName=o.get("screen_name").asScalar().asString().stringVal();
313313
int followers=o.get("followers_count").asScalar().asNumber().intVal(); // 143916
314314
boolean following=o.get("following").asScalar().asBoolean().booleanVal(); // false
315+
316+
## Maven
317+
318+
The latest version of Jsonification is available from Maven Central at the following coordinates:
319+
320+
<dependency>
321+
<groupId>com.sigpwned</groupId>
322+
<artifactId>jsonification</artifactId>
323+
<version>3.0.5</version>
324+
</dependency>

0 commit comments

Comments
 (0)