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

Download JAR files tagged by addition with all dependencies

Search JAR files by class name

ci-springboot-parent-pom from group de.davelee (version 2.3.0)

This is a Maven Parent POM for Continuous Integration using Java with Spring Boot. It includes the standard Spring Boot Starter as Parent POM as well as the Spring Boot Test Starter POM as dependency. In addition, an analysis profile can be called which runs Surefire for JUnit Tests, measures Code Coverage using JaCoCo (version 2.x and higher) or Cobertura (version 1.1.x), generates Documentation using JavaDoc and measures Code Quality using PMD, FindBugs (version 1.1.x only) and Checkstyle.

Group: de.davelee Artifact: ci-springboot-parent-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ci-springboot-parent-pom
Group de.davelee
Version 2.3.0
Last update 09. September 2020
Organization not specified
URL https://www.davelee.de
License GNU General Public Licence
Dependencies amount 1
Dependencies spring-boot-starter-web,
There are maybe transitive dependencies!

oodt-product from group org.apache.oodt (version 1.0)

The Product Service provides access to data products. Products can be scientific datasets, images, documents, or anything with an electronic representation. The Product Service accepts standard query expressions (see the Query Expression component) and returns zero or more matching products. In addition, the product service can transform products from proprietary formats and into Internet standard formats or run other transformations, all without impacting local stores or operations.

Group: org.apache.oodt Artifact: oodt-product
Show all versions Show documentation Show source 
 

0 downloads
Artifact oodt-product
Group org.apache.oodt
Version 1.0
Last update 21. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-codec, commons-io, oodt-commons, oodt-xmlquery, tika-core,
There are maybe transitive dependencies!

sfac from group net.sf.sfac (version 0.8)

This project is a simple Java-Swing framework giving strategies to implements usual graphical application concern (action management, application state, internationalization ...) The framework is easy to learn and use and is targeted for small Swing applications, it can also be a good start for learning swing. In addition, this project proposes useful Swing components like an advanced layout manager, a multi-column sorting table, object editor...

Group: net.sf.sfac Artifact: sfac
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sfac
Group net.sf.sfac
Version 0.8
Last update 13. March 2016
Organization not specified
URL http://sfac.sourceforge.net
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

simplerpc from group link.jfire (version 1.0)

Simplerpc distributed RPC framework is a very simple. Based on the AIO and fose framework underlying services provided by the end of the connection and fast serialization ability. Can provide a very strong ability of RPC calls. In a powerful at the same time, also supports encryption mode calls. Using the RSA and AES encryption communication process, suitable for public use. In addition, the framework has a very simple API. Only need to activate the RPC server 4 lines of code.

Group: link.jfire Artifact: simplerpc
Show documentation Show source 
 

0 downloads
Artifact simplerpc
Group link.jfire
Version 1.0
Last update 01. December 2015
Organization not specified
URL www.jfire.link
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jfire-socket, fose,
There are maybe transitive dependencies!

jgoodies-looks from group com.jgoodies (version 2.7.0)

The JGoodies Looks make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability. And they simplify the multi-platform support by using similar widget dimensions. In addition, many people have reviewed them as elegant.

Group: com.jgoodies Artifact: jgoodies-looks
Show all versions Show documentation Show source 
 

706 downloads
Artifact jgoodies-looks
Group com.jgoodies
Version 2.7.0
Last update 10. August 2015
Organization JGoodies Software GmbH
URL https://looks.java.net/
License The BSD License
Dependencies amount 1
Dependencies jgoodies-common,
There are maybe transitive dependencies!

yuicompressor from group com.yahoo.platform.yui (version 2.4.8)

The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%.

Group: com.yahoo.platform.yui Artifact: yuicompressor
Show all versions Show documentation Show source 
 

163 downloads
Artifact yuicompressor
Group com.yahoo.platform.yui
Version 2.4.8
Last update 21. September 2014
Organization not specified
URL http://developer.yahoo.com/yui/compressor/
License BSD License
Dependencies amount 1
Dependencies js,
There are maybe transitive dependencies!

seleniumjt-core from group net.sf.seleniumjt (version 1.2.4)

SeleniumJT is a Selenium2 wrapper framework that simplifies the coding required for getting you tests up and running fast. In addition to encapsulating the idiosyncrasies of Selenium WebDriver it also supplies a more reliable testing framework for dynamic web pages by allowing elements time for conditions to be met before failure, times that are fully customisable.

Group: net.sf.seleniumjt Artifact: seleniumjt-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact seleniumjt-core
Group net.sf.seleniumjt
Version 1.2.4
Last update 02. May 2014
Organization not specified
URL https://sourceforge.net/projects/seleniumjt/
License MIT License
Dependencies amount 7
Dependencies spring-context, selenium-java, phantomjsdriver, commons-lang3, commons-io, aspectjtools, testng,
There are maybe transitive dependencies!

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

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

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

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

jtidy from group com.google.code.maven-play-plugin.net.sf.jtidy (version r938)

JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.

Group: com.google.code.maven-play-plugin.net.sf.jtidy Artifact: jtidy
Show documentation Show source 
 

17 downloads
Artifact jtidy
Group com.google.code.maven-play-plugin.net.sf.jtidy
Version r938
Last update 27. February 2013
Organization sourceforge
URL http://jtidy.sourceforge.net
License Java HTML Tidy License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

squirrelsql-dependency-plugin from group net.sf.squirrel-sql (version 1.0.9)

This maven plugin extends the maven dependency plugin's CopyDependenciesMojo to provide more precise control over which artifacts are included in the copy operation. Specifically, in addition to the normal configuration provided by the CopyDependenciesMojo, it accepts a configuration of includedArtifacts which is a list containing a single entry for each includedArtifact where the value is the groupId and the artifactId joined by a colon (":")

Group: net.sf.squirrel-sql Artifact: squirrelsql-dependency-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact squirrelsql-dependency-plugin
Group net.sf.squirrel-sql
Version 1.0.9
Last update 14. November 2011
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser
Dependencies amount 4
Dependencies maven-plugin-api, maven-project, maven-settings, maven-dependency-plugin,
There are maybe transitive dependencies!



Page 18 from 24 (items total 232)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy