g

gwt-commons-codec

The Apache Commons Codec component contains encoder and decoders for various formats such as Base16, Base32, Base64, digest, 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.
https://gitlab.com/ManfredTremmel/gwt-commons-codec
Apache License, Version 2.0
Henri Yandell Tim OBrien Scott Sanders Rodney Waldhoff Daniel Rall Jon S. Stevens Gary Gregory David Graham Julius Davies Thomas Neidhart Rob Tompkins Matt Sicker
Files download
File Operation
gwt-commons-codec-1.16.1-0.jar download
gwt-commons-codec-1.16.1-0.pom download
gwt-commons-codec-1.16.1-0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>gwt-commons-codec</artifactId>
  <version>1.16.1-0</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:gwt-commons-codec:1.16.1-0'
Gradle Kotlin
implementation("de.knightsoft-net:gwt-commons-codec:1.16.1-0")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "gwt-commons-codec" % "1.16.1-0"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='gwt-commons-codec', version='1.16.1-0')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="gwt-commons-codec" rev="1.16.1-0" />
Leiningen
[de.knightsoft-net/gwt-commons-codec "1.16.1-0"]
Apache Buildr
'de.knightsoft-net:gwt-commons-codec:jar:1.16.1-0'