We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e24047 commit 0bcf921Copy full SHA for 0bcf921
1 file changed
README.md
@@ -27,6 +27,17 @@ For sbt users:
27
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-M6"
28
```
29
30
+For gradle users:
31
+```
32
+repositories {
33
+ mavenCentral()
34
+}
35
+
36
+dependencies {
37
+ compile 'org.msgpack:msgpack-core:0.7.0-M6'
38
39
40
41
- [Usage examples](msgpack-core/src/test/java/org/msgpack/core/example/MessagePackExample.java)
42
43
msgpack-java supports serialization and deserialization of Java objects through [jackson-databind](https://github.com/FasterXML/jackson-databind).
0 commit comments