MVN

io.activej : activej-codec

Maven & Gradle

Sep 08, 2021
3 usages

ActiveJ : Util : Codec · Tools for encoding/decoding custom objects.

<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-codec</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.activej : activej-codec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1
  • Latest Release Candidate: 4.4-rc1
  • Latest Beta: 4.0-beta1

All Versions

Choose a version of io.activej : activej-codec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4
activej-codec-4.4-rc1
4.3.x
activej-codec-4.3.1
4.3
activej-codec-4.3
4.2
activej-codec-4.2
4.1.x
activej-codec-4.1.1
4.1
activej-codec-4.1
activej-codec-4.1-rc1
4.0
activej-codec-4.0
activej-codec-4.0-rc1
activej-codec-4.0-beta1
3.1
activej-codec-3.1-rc1
3.0.x
activej-codec-3.0.2
activej-codec-3.0.1
3.0
activej-codec-3.0
activej-codec-3.0-rc2
activej-codec-3.0-rc1
2.2
activej-codec-2.2
2.1
activej-codec-2.1
2.0.x
activej-codec-2.0.1
2.0
activej-codec-2.0
activej-codec-2.0-rc1
1.1
activej-codec-1.1
1.0
activej-codec-1.0
activej-codec-1.0-rc2
activej-codec-1.0-rc1

How to add a dependency to Maven

Add the following io.activej : activej-codec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-codec</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.activej : activej-codec gradle dependency to your build.gradle file:

implementation 'io.activej:activej-codec:4.3.1'

Gradle Kotlin DSL: Add the following io.activej : activej-codec gradle kotlin dependency to your build.gradle.kts file:

implementation("io.activej:activej-codec:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.activej : activej-codec sbt scala dependency to your build.sbt file:

libraryDependencies += "io.activej" % "activej-codec" % "4.3.1"