MVN

de.knightsoft-net : gwt-commons-codec

Maven & Gradle

Jun 25, 2022

Apache Commons Codec · The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. This is a port for GWT, which enables program, to use Apache Commons Codec also in the frontend compiled by the gwt compiler to java-script.

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-commons-codec</artifactId>
    <version>1.15-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.knightsoft-net : gwt-commons-codec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15-3

All Versions

Choose a version of de.knightsoft-net : gwt-commons-codec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
gwt-commons-codec-1.15-3
gwt-commons-codec-1.15-2
gwt-commons-codec-1.15-1
gwt-commons-codec-1.15-0
1.14
gwt-commons-codec-1.14-4
gwt-commons-codec-1.14-3
gwt-commons-codec-1.14-2
gwt-commons-codec-1.14-1
gwt-commons-codec-1.14-0
1.12
gwt-commons-codec-1.12-1
gwt-commons-codec-1.12-0
1.11
gwt-commons-codec-1.11-0
1.10
gwt-commons-codec-1.10-4
gwt-commons-codec-1.10-3
gwt-commons-codec-1.10-2
gwt-commons-codec-1.10-1

How to add a dependency to Maven

Add the following de.knightsoft-net : gwt-commons-codec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-commons-codec</artifactId>
    <version>1.15-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.knightsoft-net : gwt-commons-codec gradle dependency to your build.gradle file:

implementation 'de.knightsoft-net:gwt-commons-codec:1.15-3'

Gradle Kotlin DSL: Add the following de.knightsoft-net : gwt-commons-codec gradle kotlin dependency to your build.gradle.kts file:

implementation("de.knightsoft-net:gwt-commons-codec:1.15-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.knightsoft-net : gwt-commons-codec sbt scala dependency to your build.sbt file:

libraryDependencies += "de.knightsoft-net" % "gwt-commons-codec" % "1.15-3"