License |
License |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-codec |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.agileway:agileway-codec:3.0.0
Provide an unified codec API for hession, kryo, protostuff, fst, fes, xson, cbor, jackson, json, etc....
|
Filename | Size |
---|---|
agileway-codec-3.0.0.pom | |
agileway-codec-3.0.0.jar | 71 KB |
agileway-codec-3.0.0-sources.jar | 37 KB |
agileway-codec-3.0.0-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-codec/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-codec</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-codec/
implementation 'com.github.fangjinuo.agileway:agileway-codec:3.0.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-codec/
implementation ("com.github.fangjinuo.agileway:agileway-codec:3.0.0")
'com.github.fangjinuo.agileway:agileway-codec:jar:3.0.0'
<dependency org="com.github.fangjinuo.agileway" name="agileway-codec" rev="3.0.0">
<artifact name="agileway-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-codec', version='3.0.0')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-codec" % "3.0.0"
[com.github.fangjinuo.agileway/agileway-codec "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 9.2 |
com.github.fangjinuo.easyjson : easyjson-jackson Optional | jar | 3.2.15 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.13.1 |
com.caucho : hessian Optional | jar | 4.0.63 |
com.esotericsoftware : kryo Optional | jar | 5.2.0 |
de.javakaffee : kryo-serializers Optional | jar | 0.45 |
joda-time : joda-time Optional | jar | 2.10.13 |
io.protostuff : protostuff-runtime Optional | jar | 1.7.2 |
io.protostuff : protostuff-core Optional | jar | 1.7.2 |
cglib : cglib Optional | jar | 3.3.0 |
org.mongodb : bson Optional | jar | 3.12.0 |
io.activej : activej-serializer | jar | 5.1 |
com.google.guava : guava Optional | jar | 20.0 |
de.ruedigermoeller : fst Optional | jar | 2.57 |
com.jfireframework : fse Optional | jar | aegean-2.1 |
org.xson : xson Optional | jar | 1.0.2 |
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor Optional | jar | 2.13.1 |
org.msgpack : jackson-dataformat-msgpack Optional | jar | 0.8.22 |
org.slf4j : slf4j-api | jar | 1.7.22 |
com.github.fangjinuo.langx : langx-java | jar | 4.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |