License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdde.knightsoft-net |
ArtifactId | ArtifactIdgwt-commons-codec |
Last Version | Last Version1.15-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-commons-codec-1.15-3.pom | |
gwt-commons-codec-1.15-3.jar | 672 KB |
gwt-commons-codec-1.15-3-tests.jar | 308 KB |
gwt-commons-codec-1.15-3-test-sources.jar | 213 KB |
gwt-commons-codec-1.15-3-sources.jar | 418 KB |
gwt-commons-codec-1.15-3-javadoc.jar | 923 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-codec/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-commons-codec</artifactId>
<version>1.15-3</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-codec/
implementation 'de.knightsoft-net:gwt-commons-codec:1.15-3'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-codec/
implementation ("de.knightsoft-net:gwt-commons-codec:1.15-3")
'de.knightsoft-net:gwt-commons-codec:jar:1.15-3'
<dependency org="de.knightsoft-net" name="gwt-commons-codec" rev="1.15-3">
<artifact name="gwt-commons-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-commons-codec', version='1.15-3')
)
libraryDependencies += "de.knightsoft-net" % "gwt-commons-codec" % "1.15-3"
[de.knightsoft-net/gwt-commons-codec "1.15-3"]
Group / Artifact | Type | Version |
---|---|---|
org.gwtproject : gwt-user | jar | 2.10.0 |
org.gwtproject.core : gwt-core | jar | 1.0.0-RC1 |
de.knightsoft-net : gwt-mt-jre-emulation | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.gwtproject : gwt-dev | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |