is not current version
Last Version 4.4-rc1

io.activej:activej-codec 1.0-rc1

Tools for encoding/decoding of primitives and objects.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-codec
Version

Version

1.0-rc1
Type

Type

jar

Download activej-codec 1.0-rc1


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