License |
License |
---|---|
GroupId | GroupIdcom.addthis |
ArtifactId | ArtifactIdcodec |
Version | Version3.8.2 |
Type | Typejar |
Description |
DescriptionCodec
Codec serialization library
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codec-3.8.2.pom | |
codec-3.8.2.jar | 96 KB |
codec-3.8.2-sources.jar | 40 KB |
codec-3.8.2-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/codec/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>codec</artifactId>
<version>3.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/codec/
implementation 'com.addthis:codec:3.8.2'
// https://jarcasting.com/artifacts/com.addthis/codec/
implementation ("com.addthis:codec:3.8.2")
'com.addthis:codec:jar:3.8.2'
<dependency org="com.addthis" name="codec" rev="3.8.2">
<artifact name="codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='codec', version='3.8.2')
)
libraryDependencies += "com.addthis" % "codec" % "3.8.2"
[com.addthis/codec "3.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.addthis : maljson | jar | 0.2.0 |
com.addthis.basis : basis-core | jar | 4.3.1 |
com.typesafe : config | jar | 1.3.0 |
io.netty : netty-buffer | jar | 4.0.28.Final |
io.dropwizard : dropwizard-util | jar | 1.0.2 |
io.dropwizard : dropwizard-validation | jar | 1.0.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.5 |
joda-time : joda-time | jar | 2.5 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.9.5 |
com.yammer.metrics : metrics-core | jar | 2.2.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
junit : junit | jar | 4.12 |