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

spring-security-rsa from group org.springframework.security (version 1.1.3)

Spring Security RSA is a small utility library for RSA ciphers. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.

Group: org.springframework.security Artifact: spring-security-rsa
Show all versions Show documentation Show source 
 

46 downloads
Artifact spring-security-rsa
Group org.springframework.security
Version 1.1.3
Last update 19. April 2024
Organization SpringSource
URL http://github.com/spring-projects/spring-security-oauth
License Apache 2.0
Dependencies amount 3
Dependencies spring-security-crypto, spring-core, bcprov-jdk18on,
There are maybe transitive dependencies!

eu.dariolucia.ccsds.encdec from group eu.dariolucia.ccsds (version 1.0.6)

Library implementing efficient encoding/decoding capabilities at bit level. The defined data model allows to define all the packet contents foreseen by the ECSS Packet Utilisation Standard.

Group: eu.dariolucia.ccsds Artifact: eu.dariolucia.ccsds.encdec
Show all versions Show documentation Show source 
 

0 downloads
Artifact eu.dariolucia.ccsds.encdec
Group eu.dariolucia.ccsds
Version 1.0.6
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jaxb-runtime, jakarta.xml.bind-api,
There are maybe transitive dependencies!

asn1-tool from group de.rub.nds (version 2.0.0)

ASN.1 Tool is a project for creating arbitrary ASN.1 structures; including malformed ASN.1 structures. Structures are defined in human-readable XML files and allow to specify modifications to the original encoding of data types.

Group: de.rub.nds Artifact: asn1-tool
Show documentation Show source 
 

0 downloads
Artifact asn1-tool
Group de.rub.nds
Version 2.0.0
Last update 16. November 2022
Organization not specified
URL https://github.com/tls-attacker/ASN.1-Tool
License Apache License, Version 2.0
Dependencies amount 5
Dependencies modifiable-variable, log4j-api, log4j-core, jakarta.xml.bind-api, jaxb-runtime,
There are maybe transitive dependencies!

Asn1Tool from group de.rub.nds (version 1.4.0)

ASN.1 Tool is a project for creating arbitrary ASN.1 structures; including malformed ASN.1 structures. Structures are defined in human-readable XML files and allow to specify modifications to the original encoding of data types.

Group: de.rub.nds Artifact: Asn1Tool
Show all versions Show documentation Show source 
 

0 downloads
Artifact Asn1Tool
Group de.rub.nds
Version 1.4.0
Last update 09. June 2022
Organization not specified
URL https://github.com/RUB-NDS/ASN.1-Tool
License Apache License, Version 2.0
Dependencies amount 3
Dependencies ModifiableVariable, jakarta.xml.bind-api, jaxb-runtime,
There are maybe transitive dependencies!

protobuf-java from group io.chandler (version 3.7.1-teavm2)

Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. This fork removes optimization features that cause incompatibility with the TeaVM runtime.

Group: io.chandler Artifact: protobuf-java
Show all versions 
 

0 downloads
Artifact protobuf-java
Group io.chandler
Version 3.7.1-teavm2
Last update 13. May 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

woodpecker-bcel from group me.gv7.woodpecker (version 0.1.0)

The purpose of this dependency library is to solve the problem of BCEL being removed in some versions of JDK, causing the woodpecker plug-in using BCEL encoding to report errors. It is recommended to write woodpecker plug-ins to use this library and remove the dependency of jdk.

Group: me.gv7.woodpecker Artifact: woodpecker-bcel
Show documentation Show source 
 

0 downloads
Artifact woodpecker-bcel
Group me.gv7.woodpecker
Version 0.1.0
Last update 05. April 2021
Organization not specified
URL https://github.com/woodpecker-framework/woodpecker-bcel
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-security-jwt from group org.springframework.security (version 1.1.1.RELEASE)

Spring Security JWT is a small utility library for encoding and decoding JSON Web Tokens. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.

Group: org.springframework.security Artifact: spring-security-jwt
Show all versions Show documentation Show source 
 

97 downloads
Artifact spring-security-jwt
Group org.springframework.security
Version 1.1.1.RELEASE
Last update 28. May 2020
Organization SpringSource
URL https://github.com/spring-projects/spring-security-oauth
License Apache 2.0
Dependencies amount 1
Dependencies bcpkix-jdk15on,
There are maybe transitive dependencies!

rdfpro-tql from group eu.fbk.rdfpro (version 0.6)

Parser and writer for RDF in Turtle Quads (TQL) format. TQL is N-Quads with the more permissive (and efficient!) Turtle encoding. TQL is used in DBpedia exports and is supported in input by the Virtuoso triple store.

Group: eu.fbk.rdfpro Artifact: rdfpro-tql
Show all versions Show documentation Show source 
 

1 downloads
Artifact rdfpro-tql
Group eu.fbk.rdfpro
Version 0.6
Last update 22. July 2016
Organization not specified
URL http://rdfpro.fbk.eu/rdfpro-tql.html
License not specified
Dependencies amount 2
Dependencies sesame-model, sesame-rio-api,
There are maybe transitive dependencies!

rdfpro-rules from group eu.fbk.rdfpro (version 0.4.1)

Parser and writer for RDF in Turtle Quads (TQL) format. TQL is N-Quads with the more permissive (and efficient!) Turtle encoding. TQL is used in DBpedia exports and is supported in input by the Virtuoso triple store.

Group: eu.fbk.rdfpro Artifact: rdfpro-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact rdfpro-rules
Group eu.fbk.rdfpro
Version 0.4.1
Last update 09. July 2015
Organization not specified
URL http://rdfpro.fbk.eu/rdfpro-rules.html
License not specified
Dependencies amount 15
Dependencies rdfpro-core, sesame-model, sesame-util, sesame-rio-api, sesame-sail-api, sesame-repository-api, sesame-query, sesame-queryalgebra-model, sesame-queryalgebra-evaluation, sesame-queryparser-api, sesame-queryparser-sparql, sesame-queryrender, kie-api, drools-core, slf4j-api,
There are maybe transitive dependencies!

jurl-tools from group com.github.tasubo (version 0.7)

Since original Java's URLEncode and URLDecode actually do Form-type encode, these tiny tools provider URLEncode and URLDecode that follow https://en.wikipedia.org/wiki/Percent-encoding

Group: com.github.tasubo Artifact: jurl-tools
Show all versions Show documentation Show source 
 

0 downloads
Artifact jurl-tools
Group com.github.tasubo
Version 0.7
Last update 06. May 2013
Organization not specified
URL https://github.com/tasubo/jurl-tools
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 58 from 62 (items total 611)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy