Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdmsgpack4z-java |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
msgpack4z-java-0.3.1.pom | |
msgpack4z-java-0.3.1.jar | 4 KB |
msgpack4z-java-0.3.1-sources.jar | 2 KB |
msgpack4z-java-0.3.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-java/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>msgpack4z-java</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-java/
implementation 'com.github.xuwei-k:msgpack4z-java:0.3.1'
// https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-java/
implementation ("com.github.xuwei-k:msgpack4z-java:0.3.1")
'com.github.xuwei-k:msgpack4z-java:jar:0.3.1'
<dependency org="com.github.xuwei-k" name="msgpack4z-java" rev="0.3.1">
<artifact name="msgpack4z-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='msgpack4z-java', version='0.3.1')
)
libraryDependencies += "com.github.xuwei-k" % "msgpack4z-java" % "0.3.1"
[com.github.xuwei-k/msgpack4z-java "0.3.1"]