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

Download JAR files tagged by tokens with all dependencies

Search JAR files by class name

imixs-jwt from group org.imixs.jwt (version 1.1.1)

Imixs-JWT is a compact easy to use library to generate and verify JSON Web Tokens. The project also provides a JASPIC authentication module to be used in Java EE application servers.

Group: org.imixs.jwt Artifact: imixs-jwt
Show all versions Show documentation Show source 
 

0 downloads
Artifact imixs-jwt
Group org.imixs.jwt
Version 1.1.1
Last update 23. April 2023
Organization Imixs Software Solutions GmbH
URL https://github.com/imixs/imixs-workflow
License GNU General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dotenv from group io.github.exortions (version 1.0.0-RELEASE)

dotenv is a Java library that allows you to access and connect to .env files to store data like tokens, etc. without someone viewing your main class and seeing them.

Group: io.github.exortions Artifact: dotenv
Show documentation Show source 
 

0 downloads
Artifact dotenv
Group io.github.exortions
Version 1.0.0-RELEASE
Last update 25. July 2021
Organization not specified
URL https://github.com/Exortions/dotenv
License Apache License, Version 2.0
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!

sequence-pattern from group io.github.sergiodeveloper (version 1.0.0)

Java library for detecting pattern in lists of objects in the style of regular expression (Regex), which can be used for example, for matching sequences of tokens when parsing a source code.

Group: io.github.sergiodeveloper Artifact: sequence-pattern
Show documentation Show source 
 

0 downloads
Artifact sequence-pattern
Group io.github.sergiodeveloper
Version 1.0.0
Last update 19. June 2019
Organization not specified
URL https://github.com/sergiodeveloper/SequencePattern
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scribe-java-bitbucket from group se.mnord.scribe (version 1.0.0)

This package adds Bitbucket support for Scribe OAuth Library. It makes it possible to request OAuth tokens and make authenticated api calls to Bitbucket, using a Scribe Api class and an extended OAuth service class.

Group: se.mnord.scribe Artifact: scribe-java-bitbucket
Show documentation Show source 
 

4 downloads
Artifact scribe-java-bitbucket
Group se.mnord.scribe
Version 1.0.0
Last update 03. November 2015
Organization not specified
URL http://github.com/nordvall/scribe-java-bitbucket
License MIT License
Dependencies amount 2
Dependencies scribe, commons-codec,
There are maybe transitive dependencies!

simple-secrets from group com.timshadel (version 1.0.2)

The Java implementation of a simple, opinionated library for encrypting small packets of data securely. Designed for exchanging tokens among systems written in a variety of programming languages.

Group: com.timshadel Artifact: simple-secrets
Show all versions Show documentation Show source 
 

0 downloads
Artifact simple-secrets
Group com.timshadel
Version 1.0.2
Last update 06. June 2013
Organization not specified
URL https://github.com/timshadel/simple-secrets.java
License MIT license
Dependencies amount 3
Dependencies commons-lang3, commons-codec, msgpack,
There are maybe transitive dependencies!

azure-communication-identity from group com.azure (version 1.6.0)

This package contains APIs for application identity in Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-identity/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-identity/CHANGELOG.md. Microsoft Azure Communication Identity quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java

Group: com.azure Artifact: azure-communication-identity
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-communication-identity
Group com.azure
Version 1.6.0
Last update 18. September 2024
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 3
Dependencies azure-core, azure-communication-common, azure-core-http-netty,
There are maybe transitive dependencies!

azure-communication-phonenumbers from group com.azure (version 1.2.0-beta.3)

This package contains APIs for managing phone numbers in Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-phonenumbers/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md. Microsoft Azure Communication Phone Numbers quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java

Group: com.azure Artifact: azure-communication-phonenumbers
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-communication-phonenumbers
Group com.azure
Version 1.2.0-beta.3
Last update 15. March 2024
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 2
Dependencies azure-core, azure-communication-common,
There are maybe transitive dependencies!

azure-communication-administration from group com.azure (version 1.0.0-beta.4)

This package contains APIs for application administration in Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/CHANGELOG.md. Microsoft Azure Communication Administration quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java

Group: com.azure Artifact: azure-communication-administration
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-communication-administration
Group com.azure
Version 1.0.0-beta.4
Last update 15. April 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 2
Dependencies azure-core, azure-communication-common,
There are maybe transitive dependencies!

tokenreplacer from group de.marcelsauer (version 1.3.2)

Token Replacer is a simple and small Java Library that helps replacing tokens in strings. You can replace the tokens with static values or create values "on-the-fly" by calling a generator. You can even pass arguments to the generator which makes it pretty powerful.

Group: de.marcelsauer Artifact: tokenreplacer
Show all versions Show documentation Show source 
 

0 downloads
Artifact tokenreplacer
Group de.marcelsauer
Version 1.3.2
Last update 18. December 2011
Organization not specified
URL http://github.com/niesfisch/tokenreplacer
License Apache 2
Dependencies amount 2
Dependencies junit, mockito-all,
There are maybe transitive dependencies!



Page 26 from 3 (items total 283)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy