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

Download JAR files tagged by usually with all dependencies

Search JAR files by class name

CryptoProperties from group org.e-hoffman.crypto (version 1.0.0)

Uses an instance of the Crypto API to encrypt and decrypt values of a property files. Allows the selection of Crypto API implementation, as well as a high amount of other configurability in the CryptoEnvironment class. Usually used by extending the AbstractCryptoPropertyProvider class.

Group: org.e-hoffman.crypto Artifact: CryptoProperties
Show documentation Show source 
 

0 downloads
Artifact CryptoProperties
Group org.e-hoffman.crypto
Version 1.0.0
Last update 30. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies Crypto, commons-configuration, slf4j-api, log4j-over-slf4j, jcl-over-slf4j,
There are maybe transitive dependencies!

porter-stemmer from group gov.sandia.foundry (version 1.4)

The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems.

Group: gov.sandia.foundry Artifact: porter-stemmer
Show documentation Show source 
 

64 downloads
Artifact porter-stemmer
Group gov.sandia.foundry
Version 1.4
Last update 28. August 2011
Organization not specified
URL http://tartarus.org/~martin/PorterStemmer/
License The BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

excalibur-testcase from group org.apache.excalibur.testcase (version 2.2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: org.apache.excalibur.testcase Artifact: excalibur-testcase
Show documentation Show source 
 

0 downloads
Artifact excalibur-testcase
Group org.apache.excalibur.testcase
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies avalon-framework-api, avalon-framework-impl, excalibur-component,
There are maybe transitive dependencies!

excalibur-component from group org.apache.excalibur.component (version 2.2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: org.apache.excalibur.component Artifact: excalibur-component
Show documentation Show source 
 

3 downloads
Artifact excalibur-component
Group org.apache.excalibur.component
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies avalon-framework-api, excalibur-logger, avalon-logkit, excalibur-pool-api, excalibur-pool-impl, excalibur-pool-instrumented, excalibur-instrument-api, excalibur-instrument-mgr-impl,
There are maybe transitive dependencies!

excalibur-testcase from group excalibur-component (version 2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: excalibur-component Artifact: excalibur-testcase

 

2 downloads
Artifact excalibur-testcase
Group excalibur-component
Version 2.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies avalon-logkit, avalon-framework-api, avalon-framework-impl, excalibur-logger, excalibur-component, excalibur-instrument-api, junit,
There are maybe transitive dependencies!

xchange-parent from group com.gruelbox (version 4.3.19.2)

Group: com.gruelbox Artifact: xchange-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xchange-parent
Group com.gruelbox
Version 4.3.19.2


xchange-acx from group com.gruelbox (version 4.3.17.1)

Group: com.gruelbox Artifact: xchange-acx
Show all versions Show documentation Show source 
 

0 downloads
Artifact xchange-acx
Group com.gruelbox
Version 4.3.17.1
Last update 01. April 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies xchange-core,
There are maybe transitive dependencies!

classmock from group net.sf.esfinge (version 2.3)

ClassMock is a framework that helps the creation of unit tests for components that use reflection or annotations. In this kind of classes, the behavior is dependent of the class structure. This way, each test case usually works with a different class created specifically for the test. With ClassMock is possible to define and generate classes in runtime, allowing a better test readability and logic sharing between tests.

Group: net.sf.esfinge Artifact: classmock
Show all versions Show documentation Show source 
 

1 downloads
Artifact classmock
Group net.sf.esfinge
Version 2.3
Last update 23. November 2018
Organization Esfinge Framework
URL http://esfinge.sourceforge.net/
License MIT License
Dependencies amount 3
Dependencies asm, javaparser-core, commons-lang3,
There are maybe transitive dependencies!

qualinsight-plugins-sonarqube-smell-plugin from group com.qualinsight.plugins.sonarqube (version 4.0.0)

Allows developers to programmatically report code smells usually not seen by SonarQube but which should be taken into consideration when evaluating a project's technical debt. Usage <a href="https://github.com/QualInsight/qualinsight-plugins-sonarqube-smell#code-smells-plugin-for-sonarqube">documentation</a> is available on the project's Homepage.

Group: com.qualinsight.plugins.sonarqube Artifact: qualinsight-plugins-sonarqube-smell-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact qualinsight-plugins-sonarqube-smell-plugin
Group com.qualinsight.plugins.sonarqube
Version 4.0.0
Last update 30. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies qualinsight-plugins-sonarqube-smell-api, sslr-squid-bridge, slf4j-api, commons-lang, commons-io, guava, gson,
There are maybe transitive dependencies!

secret-store-feature-pack-resources from group org.keycloak.secretstore (version 1.0.15.Final)

This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin.

Group: org.keycloak.secretstore Artifact: secret-store-feature-pack-resources
Show all versions Show source 
 

0 downloads
Artifact secret-store-feature-pack-resources
Group org.keycloak.secretstore
Version 1.0.15.Final
Last update 18. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 8 from 3 (items total 97)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy