is not current version
Last Version 0.6.16

org.typemeta:funcj-codec-mpack 0.6.15

MessagePack codec

GroupId

GroupId

org.typemeta
ArtifactId

ArtifactId

funcj-codec-mpack
Version

Version

0.6.15
Type

Type

jar

Download funcj-codec-mpack 0.6.15


<!-- https://jarcasting.com/artifacts/org.typemeta/funcj-codec-mpack/ -->
<dependency>
    <groupId>org.typemeta</groupId>
    <artifactId>funcj-codec-mpack</artifactId>
    <version>0.6.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-mpack/
implementation 'org.typemeta:funcj-codec-mpack:0.6.15'
// https://jarcasting.com/artifacts/org.typemeta/funcj-codec-mpack/
implementation ("org.typemeta:funcj-codec-mpack:0.6.15")
'org.typemeta:funcj-codec-mpack:jar:0.6.15'
<dependency org="org.typemeta" name="funcj-codec-mpack" rev="0.6.15">
  <artifact name="funcj-codec-mpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typemeta', module='funcj-codec-mpack', version='0.6.15')
)
libraryDependencies += "org.typemeta" % "funcj-codec-mpack" % "0.6.15"
[org.typemeta/funcj-codec-mpack "0.6.15"]