License |
License |
---|---|
GroupId | GroupIdorg.msgpack |
ArtifactId | ArtifactIdmsgpack-core |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmsgpack-core
Core library of the MessagePack for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
msgpack-core-0.9.2.pom | |
msgpack-core-0.9.2.jar | 113 KB |
msgpack-core-0.9.2-sources.jar | 99 KB |
msgpack-core-0.9.2-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.msgpack/msgpack-core/ -->
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack-core</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.msgpack/msgpack-core/
implementation 'org.msgpack:msgpack-core:0.9.2'
// https://jarcasting.com/artifacts/org.msgpack/msgpack-core/
implementation ("org.msgpack:msgpack-core:0.9.2")
'org.msgpack:msgpack-core:jar:0.9.2'
<dependency org="org.msgpack" name="msgpack-core" rev="0.9.2">
<artifact name="msgpack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.msgpack', module='msgpack-core', version='0.9.2')
)
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.9.2"
[org.msgpack/msgpack-core "0.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sbt : junit-interface | jar | 0.13.3 |
org.wvlet.airframe : airframe-json_2.13 | jar | 22.6.1 |
org.wvlet.airframe : airspec_2.13 | jar | 22.6.1 |
org.scalacheck : scalacheck_2.13 | jar | 1.16.0 |
org.msgpack : msgpack | jar | 0.6.12 |
com.typesafe.akka : akka-actor_2.13 | jar | 2.6.19 |
org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.7.0 |