We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6ec32 commit a4044aaCopy full SHA for a4044aa
README.md
@@ -56,15 +56,15 @@ record SimdJsonTwitter(List<SimdJsonStatus> statuses) {
56
The library is available in the [Maven Central Repository](https://mvnrepository.com/artifact/org.simdjson/simdjson-java).
57
To include it in your project, add the following dependency to the `build.gradle` file:
58
```groovy
59
-implementation("org.simdjson:simdjson-java:0.1.0")
+implementation("org.simdjson:simdjson-java:0.4.0")
60
```
61
62
or to the `pom.xml` file:
63
```xml
64
<dependency>
65
<groupId>org.simdjson</groupId>
66
<artifactId>simdjson-java</artifactId>
67
- <version>0.1.0</version>
+ <version>0.4.0</version>
68
</dependency>
69
70
0 commit comments