License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdio.activej |
ArtifactId | ArtifactIdactivej-codec |
Last Version | Last Version4.4-rc1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiveJ : Util : Codec
Tools for encoding/decoding custom objects.
|
Filename | Size |
---|---|
activej-codec-4.4-rc1.pom | |
activej-codec-4.4-rc1.jar | 67 KB |
activej-codec-4.4-rc1-sources.jar | 23 KB |
activej-codec-4.4-rc1-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-codec/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-codec</artifactId>
<version>4.4-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-codec/
implementation 'io.activej:activej-codec:4.4-rc1'
// https://jarcasting.com/artifacts/io.activej/activej-codec/
implementation ("io.activej:activej-codec:4.4-rc1")
'io.activej:activej-codec:jar:4.4-rc1'
<dependency org="io.activej" name="activej-codec" rev="4.4-rc1">
<artifact name="activej-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-codec', version='4.4-rc1')
)
libraryDependencies += "io.activej" % "activej-codec" % "4.4-rc1"
[io.activej/activej-codec "4.4-rc1"]
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-common | jar | 4.4-rc1 |
io.activej : activej-bytebuf | jar | 4.4-rc1 |
com.google.code.gson : gson | jar | 2.8.6 |
org.jetbrains : annotations | jar | 17.0.0 |
org.slf4j : slf4j-api | jar | 1.7.29 |
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-test | jar | 4.4-rc1 |
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.jmock : jmock-junit4 | jar | 2.8.1 |