All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by encoders with all dependencies

Search JAR files by class name

commons-codec from group commons-codec (version 20041127.091804)

The 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.

Group: commons-codec Artifact: commons-codec
Show all versions 
 

3978 downloads
Artifact commons-codec
Group commons-codec
Version 20041127.091804
Last update 24. November 2005
Organization The Apache Software Foundation
URL http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

commons-codec from group com.guicedee.services (version 62)

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.

Group: com.guicedee.services Artifact: commons-codec
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-codec
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL https://commons.apache.org/proper/commons-codec/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

apache-poi from group com.guicedee.services (version 62)

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.

Group: com.guicedee.services Artifact: apache-poi
Show all versions Show documentation Show source 
 

0 downloads
Artifact apache-poi
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL https://commons.apache.org/proper/commons-codec/
License not specified
Dependencies amount 5
Dependencies commons-logging, commons-codec, commons-math3, commons-collections4, jakarta.xml.bind-api,
There are maybe transitive dependencies!

apache-poi-ooxml from group com.guicedee.services (version 62)

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.

Group: com.guicedee.services Artifact: apache-poi-ooxml
Show all versions Show documentation Show source 
 

0 downloads
Artifact apache-poi-ooxml
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL https://commons.apache.org/proper/commons-codec/
License not specified
Dependencies amount 3
Dependencies commons-compress, commons-xmlbeans, apache-poi,
There are maybe transitive dependencies!

commons-xmlbeans from group com.guicedee.services (version 62)

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.

Group: com.guicedee.services Artifact: commons-xmlbeans
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-xmlbeans
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL https://commons.apache.org/proper/commons-codec/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gwt-commons-codec from group de.knightsoft-net (version 1.16.1-0)

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.

Group: de.knightsoft-net Artifact: gwt-commons-codec
Show all versions Show documentation Show source 
 

18 downloads
Artifact gwt-commons-codec
Group de.knightsoft-net
Version 1.16.1-0
Last update 12. March 2024
Organization not specified
URL https://gitlab.com/ManfredTremmel/gwt-commons-codec
License Apache License, Version 2.0
Dependencies amount 3
Dependencies gwt-user, gwt-core, gwt-mt-jre-emulation,
There are maybe transitive dependencies!

json from group org.json (version 20240303)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: org.json Artifact: json
Show all versions Show documentation Show source 
 

13962 downloads
Artifact json
Group org.json
Version 20240303
Last update 03. March 2024
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License Public Domain
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-java-ordered from group com.github.anandvarkeyphilips (version 20180813)

A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: com.github.anandvarkeyphilips Artifact: json-java-ordered
Show documentation Show source 
 

1 downloads
Artifact json-java-ordered
Group com.github.anandvarkeyphilips
Version 20180813
Last update 22. January 2019
Organization not specified
URL https://github.com/anandvarkeyphilips/json-java-ordered
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libavcodec from group com.tagtraum (version 4.0.0)

The libavcodec library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation.

Group: com.tagtraum Artifact: libavcodec
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libavcodec
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization FFmpeg.org
URL http://ffmpeg.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.unboundid.components (version 1.0.0)

JSON is a light-weight, language independent, data interchange format. The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This distribution is based off commit number 3e3951f1259 from https://github.com/douglascrockford/JSON-java.

Group: com.unboundid.components Artifact: json
Show documentation Show source 
 

0 downloads
Artifact json
Group com.unboundid.components
Version 1.0.0
Last update 22. November 2011
Organization not specified
URL http://www.json.org/java/index.html
License JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 4 from 5 (items total 48)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy