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

Download JAR files tagged by temporary with all dependencies

Search JAR files by class name

encrypted-file-upload from group com.github.davidcarboni (version 2.1.0)

Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide encryption of file uploads if they get cached on disk as temporary files. These are drop-in replacements and require no additional effort to manage encryption. The feature is transparent and encryption keys are ephemeral, living only for the lifetime of a FileItem instance.

Group: com.github.davidcarboni Artifact: encrypted-file-upload
Show all versions Show documentation Show source 
 

0 downloads
Artifact encrypted-file-upload
Group com.github.davidcarboni
Version 2.1.0
Last update 16. May 2018
Organization Carboni
URL https://github.com/davidcarboni/encrypted-file-upload
License MIT License
Dependencies amount 2
Dependencies commons-fileupload, cryptolite,
There are maybe transitive dependencies!

Insanity from group org.force66 (version 1.0.0-rc1)

Generic implementation of the 'retry' pattern. The retry pattern is best used from a batch or asynchronous remote tasks (e.g. web service calls) that a user/caller isn't waiting for. It's purpose is to compensate for temporary outages automatically, without the need for human intervention.

Group: org.force66 Artifact: Insanity
Show documentation Show source 
 

0 downloads
Artifact Insanity
Group org.force66
Version 1.0.0-rc1
Last update 09. March 2015
Organization not specified
URL https://github.com/Derek-Ashmore/Insanity
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-lang3,
There are maybe transitive dependencies!

velocity-tools-examples-simple from group com.github.ppodgorsek.apache (version 3.3.0)

Simple webapp based on Velocity Tools. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-examples-simple
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact velocity-tools-examples-simple
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

velocity-tools-view from group com.github.ppodgorsek.apache (version 3.3.0)

Tools to be used in a servlet context. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-view
Show documentation Show source 
 

0 downloads
Artifact velocity-tools-view
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies velocity-engine-core, velocity-tools-generic, slf4j-api, commons-lang3, commons-digester3,
There are maybe transitive dependencies!

velocity-tools-generic from group com.github.ppodgorsek.apache (version 3.3.0)

Generic tools that can be used in any context. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-generic
Show documentation Show source 
 

0 downloads
Artifact velocity-tools-generic
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies velocity-engine-core, commons-beanutils, commons-digester3, commons-lang3, slf4j-api, json-simple,
There are maybe transitive dependencies!

velocity-tools-parent from group com.github.ppodgorsek.apache (version 3.3.0)

VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact velocity-tools-parent
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL https://velocity.apache.org/tools/devel/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-retry from group com.github.rbuck (version 1.2)

Lets developers make their applications more resilient by adding robust transient fault handling logic. Transient faults are errors that occur because of some temporary condition such as network connectivity issues or service unavailability. Typically, if you retry the operation that resulted in a transient error a short time later, you find that the error has disappeared.

Group: com.github.rbuck Artifact: java-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-retry
Group com.github.rbuck
Version 1.2
Last update 23. June 2015
Organization not specified
URL https://github.com/rbuck/java-retry
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

api-ldap-codec-standalone from group org.apache.directory.api (version 2.1.6)

This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

Group: org.apache.directory.api Artifact: api-ldap-codec-standalone
Show all versions Show documentation Show source 
 

1 downloads
Artifact api-ldap-codec-standalone
Group org.apache.directory.api
Version 2.1.6
Last update 01. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies api-ldap-net-mina, api-ldap-codec-core, api-ldap-extras-codec, mina-core,
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

shared-ldap-codec-standalone from group org.apache.directory.shared (version 1.0.0-M13)

This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

Group: org.apache.directory.shared Artifact: shared-ldap-codec-standalone
Show all versions Show documentation Show source 
 

0 downloads
Artifact shared-ldap-codec-standalone
Group org.apache.directory.shared
Version 1.0.0-M13
Last update 08. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies shared-ldap-net-mina, shared-ldap-codec-core, mina-core,
There are maybe transitive dependencies!



Page 8 from 9 (items total 82)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy