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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

textcat from group org.knallgrau.utils (version 1.0.1)

The Java Text Categorizing Library (JTCL) is a pure java 1.5 implementation of libTextCat which in turn is "a library that was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy". It's distributed under the LGPL and can also be used in order to categorize text into arbitrary topics by computing appropiate fingerprints which represent the categories.

Group: org.knallgrau.utils Artifact: textcat
Show documentation Show source 
 

1 downloads
Artifact textcat
Group org.knallgrau.utils
Version 1.0.1
Last update 01. October 2012
Organization not specified
URL http://textcat.sourceforge.net/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

JTransforms from group edu.emory.mathcs (version 2.4)

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang.

Group: edu.emory.mathcs Artifact: JTransforms
Show documentation Show source 
 

7 downloads
Artifact JTransforms
Group edu.emory.mathcs
Version 2.4
Last update 19. May 2012
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

visualization-datasource from group com.google.visualization (version 1.1.1)

This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.

Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source 
 

1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!

iframework from group com.kapilvirenahuja (version 1.2.1)

This is a set of utilities and classes that I have found useful over the years. In my career spanning over a decade, I have time and again written the same code or some part of the code over and over again. I never found the time to collate the details in a reusable library. This project will be a collection of such files. The work that I have been doing is more than 5 years old, however the project has been conceived in 2011.

Group: com.kapilvirenahuja Artifact: iframework
Show all versions Show documentation Show source 
 

0 downloads
Artifact iframework
Group com.kapilvirenahuja
Version 1.2.1
Last update 22. November 2011
Organization not specified
URL http://projects.scratchpad101.com/iframework/1.0.x/index.html
License Apache License - Version 2.0, January 2004
Dependencies amount 9
Dependencies spring-context-support, log4j, xstream, spring-jdbc, jxl, commons-codec, commons-lang, commons-email, commons-configuration,
There are maybe transitive dependencies!

org.sat4j.pom from group org.sat4j (version 2.3.1)

The aim of the SAT4J library is to provide an efficient library of SAT solvers in Java. Compared to the OpenSAT project, the SAT4J library targets first users of SAT "black boxes", willing to embed SAT technologies into their application without worrying about the details. Since we use the library for our own research, it is also possible for SAT researchers to use it as a basis for their work.

Group: org.sat4j Artifact: org.sat4j.pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.sat4j.pom
Group org.sat4j
Version 2.3.1
Last update 31. October 2011
Organization Centre de Recherche en Informatique de Lens (CRIL)
URL http://www.sat4j.org
License Eclipse Public License 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.sat4j.maxsat from group org.sat4j (version 2.3.1)

Group: org.sat4j Artifact: org.sat4j.maxsat
Show all versions Show documentation Show source 
 

7 downloads
Artifact org.sat4j.maxsat
Group org.sat4j
Version 2.3.1
Last update 31. October 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.sat4j.core, org.sat4j.pb, commons-cli,
There are maybe transitive dependencies!

htmlcompressor from group com.googlecode.htmlcompressor (version 1.5.2)

HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also available.

Group: com.googlecode.htmlcompressor Artifact: htmlcompressor
Show all versions Show documentation Show source 
 

8 downloads
Artifact htmlcompressor
Group com.googlecode.htmlcompressor
Version 1.5.2
Last update 09. October 2011
Organization Sergiy Kovalchuk
URL http://code.google.com/p/htmlcompressor/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jutf7 from group com.beetstra.jutf7 (version 1.0.0)

This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

Group: com.beetstra.jutf7 Artifact: jutf7
Show documentation Show source 
 

4 downloads
Artifact jutf7
Group com.beetstra.jutf7
Version 1.0.0
Last update 25. August 2011
Organization not specified
URL http://jutf7.sourceforge.net/
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-plugin from group au.net.ocean.maven.plugin (version 1.1)

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

Group: au.net.ocean.maven.plugin Artifact: maven-plugin
Show all versions Show source 
 

0 downloads
Artifact maven-plugin
Group au.net.ocean.maven.plugin
Version 1.1
Last update 01. August 2011
Organization not specified
URL http://maven.ocean.net.au/plugin/
License The Revised BSD Licence
Dependencies amount 2
Dependencies maven-plugin-annotations, maven-plugin-api,
There are maybe transitive dependencies!

org.sat4j.csp from group org.sat4j (version 2.3.0)

Group: org.sat4j Artifact: org.sat4j.csp
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.sat4j.csp
Group org.sat4j
Version 2.3.0
Last update 30. March 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.sat4j.core, org.sat4j.csp.xmlparser, js,
There are maybe transitive dependencies!



Page 5442 from 5478 (items total 54779)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy