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

Download JAR files tagged by class with all dependencies

Search JAR files by class name

options-parent from group net.windwards (version 1.1.1)

options is a Java toolkit for parsing command line options. It focuses on ease-of-use. It uses annotations to declare valid options and takes care not to intrude on your class structure. It adheres to the GNU getopt style of options.

Group: net.windwards Artifact: options-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact options-parent
Group net.windwards
Version 1.1.1
Last update 03. July 2015
Organization not specified
URL http://quest.windwards.net/content/options-java-lib-parsing-command-line-options
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

prefixedproperties from group net.sf.prefixedproperties (version 3.0.0)

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Group: net.sf.prefixedproperties Artifact: prefixedproperties
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact prefixedproperties
Group net.sf.prefixedproperties
Version 3.0.0
Last update 27. June 2015
Organization not specified
URL http://prefproperties.sourceforge.net
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

soapworks-exampleproject from group com.optimaize.soapworks.exampleproject (version 0.4)

A code example for how to use the soapworks library. The submodules are: server: a sample server app that runs a web service. clientlib: the matching web service client library that uses soap/wsdl to connect to the server. clientapp: a sample client app that uses the clientlib to connect to the server. To test it, run the Boot class and then execute the PingServiceImplTest.

Group: com.optimaize.soapworks.exampleproject Artifact: soapworks-exampleproject
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact soapworks-exampleproject
Group com.optimaize.soapworks.exampleproject
Version 0.4
Last update 02. February 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies logback-classic,
There are maybe transitive dependencies!

griddly from group com.jasonwjones.griddly (version 1.0.4)

Griddly is a simple and flexible generic Grid library for Java. It is a true Java generic class and can use any object as its base type. Originally part of Saxbi Server as the Stellaris Grids module, it has been spun off to a standalone library.

Group: com.jasonwjones.griddly Artifact: griddly
Show documentation Show source 
 

0 downloads
Artifact griddly
Group com.jasonwjones.griddly
Version 1.0.4
Last update 23. October 2014
Organization Jason Jones
URL http://www.jasonwjones.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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!

classAssociationRules from group nz.ac.waikato.cms.weka (version 1.0.3)

Class association rules algorithms (including an implementation of the CBA algorithm). For more information see: W. Li, J. Han, J.Pei: CMAR: Accurate and Efficient Classification Based on Multiple Class-Association Rules. In ICDM'01:369-376,2001. B. Liu, W. Hsu, Y. Ma: Integrating Classification and Association Rule Mining. In KDD'98:80-86,1998.

Group: nz.ac.waikato.cms.weka Artifact: classAssociationRules
Show all versions Show documentation Show source 
 

1 downloads
Artifact classAssociationRules
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 29. July 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/classAssociationRules
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, predictiveApriori,
There are maybe transitive dependencies!

structured-http-headers from group com.mattunderscore (version 0.2.8)

Allows HTTP headers to be represented in a structured way. The parsers for each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderParser' interface. The values of each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderFieldElement' interface. Where a header field has a list of values each of these values is represented as a separate object of the same class. When these values are qualified the class implements the 'com.mattunderscore.http.headers.Qualified' interface.

Group: com.mattunderscore Artifact: structured-http-headers
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact structured-http-headers
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/structured-http-headers/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Load-Impact-Java-SDK from group com.loadimpact (version 1.2)

Java SDK for the Load Impact API. The primary class to use is com.loadimpact.ApiTokenClient. This SDK is closely modeled after the API described at Load Impact - Platform API Reference (http://developers.loadimpact.com/api/index.html) View the JavaDocs for a full description of every operation.

Group: com.loadimpact Artifact: Load-Impact-Java-SDK
Show all versions Show documentation Show source 
 

0 downloads
Artifact Load-Impact-Java-SDK
Group com.loadimpact
Version 1.2
Last update 14. May 2014
Organization not specified
URL http://developers.loadimpact.com/sdk/index.html
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies jersey-client, jersey-media-multipart, jersey-media-json-processing, joda-time,
There are maybe transitive dependencies!

classgrep from group cn.wensiqun (version 1.1.1)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: cn.wensiqun Artifact: classgrep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classgrep
Group cn.wensiqun
Version 1.1.1
Last update 07. November 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

classgrep from group com.googlecode.classgrep (version 1.0)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: com.googlecode.classgrep Artifact: classgrep
Show documentation Show source 
 

0 downloads
Artifact classgrep
Group com.googlecode.classgrep
Version 1.0
Last update 20. July 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!



Page 240 from 269 (items total 2686)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy