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

Download JAR files tagged by encoding with all dependencies

Search JAR files by class name

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!

jasn1-iec61850mod from group org.openmuc (version 1.10.0)

jASN1 is a library used for encoding and decoding ASN.1 BER messages. This is a special modified version of the original jASN1 that encodes boolean true values as 0x01 instead of 0xff in order to be compatible with certain IEC 61850 devices

Group: org.openmuc Artifact: jasn1-iec61850mod
Show documentation Show source 
 

0 downloads
Artifact jasn1-iec61850mod
Group org.openmuc
Version 1.10.0
Last update 21. September 2018
Organization not specified
URL http://www.openmuc.org/
License Mozilla Public License v2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

udunits from group org.lasersonlab.thredds (version 5.0.0)

The ucar.units Java package is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, or raising a unit to a power).

Group: org.lasersonlab.thredds Artifact: udunits
Show documentation Show source 
 

1 downloads
Artifact udunits
Group org.lasersonlab.thredds
Version 5.0.0
Last update 27. July 2018
Organization not specified
URL https://github.com/lasersonlab/thredds
License (MIT-style) netCDF C library license
Dependencies amount 3
Dependencies joda-time, jsr305, slf4j-api,
There are maybe transitive dependencies!

udunits from group edu.ucar (version 4.5.5)

The ucar.units Java package is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, raising a unit to a power).

Group: edu.ucar Artifact: udunits
Show documentation Show source 
 

6 downloads
Artifact udunits
Group edu.ucar
Version 4.5.5
Last update 21. April 2015
Organization not specified
URL http://www.unidata.ucar.edu/software/udunits//
License not specified
Dependencies amount 2
Dependencies joda-time, jcip-annotations,
There are maybe transitive dependencies!

ldaptemplate from group net.sf.ldaptemplate (version 1.0.2)

Java framework to simplify LDAP operations, based on the pattern of Spring's JdbcTemplate. Relieves the users of the burden of looking up and closing contexts, looping through NamingEnumerations, encoding/decoding values and filters, and more.

Group: net.sf.ldaptemplate Artifact: ldaptemplate
Show all versions Show source 
 

0 downloads
Artifact ldaptemplate
Group net.sf.ldaptemplate
Version 1.0.2
Last update 21. August 2006
Organization not specified
URL http://sourceforge.net/projects/ldaptemplate/
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies commons-logging, commons-lang, commons-collections, spring-beans, spring-core, spring-context, spring-dao,
There are maybe transitive dependencies!

asn1-der from group directory-asn1 (version 0.3.3)

API containing functionality used for encoding and decoding DER streams in blocking mode. This is stepping-stone code meant to facilitate the migration of Kerberos, which was developed outside of the ASF, to the Apache Directory project's ASN.1 Runtime.

Group: directory-asn1 Artifact: asn1-der
Show all versions 
 

0 downloads
Artifact asn1-der
Group directory-asn1
Version 0.3.3
Last update 24. December 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

unboundid-ldapsdk from group com.unboundid (version 7.0.0)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Standard Edition of the LDAP SDK, which is a complete, general-purpose library for communicating with LDAPv3 directory servers.

Group: com.unboundid Artifact: unboundid-ldapsdk
Show all versions Show documentation Show source 
 

78 downloads
Artifact unboundid-ldapsdk
Group com.unboundid
Version 7.0.0
Last update 12. March 2024
Organization Ping Identity Corporation
URL https://github.com/pingidentity/ldapsdk
License Apache License, Version 2
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-sanitizer from group com.mikesamuel (version 1.2.3)

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

Group: com.mikesamuel Artifact: json-sanitizer
Show all versions Show documentation Show source 
 

137 downloads
Artifact json-sanitizer
Group com.mikesamuel
Version 1.2.3
Last update 12. May 2021
Organization OWASP
URL https://github.com/OWASP/json-sanitizer
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 59 from 61 (items total 604)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy