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

Download JAR files tagged by number with all dependencies

Search JAR files by class name

pomedit from group com.soerensen.pomedit (version 1.1.0)

This tool allows setting the version number of a specified dependency in a given Maven pom.xml file. All original comments and formatting will be kept. Usage example: mvn com.soerensen.pomedit:pomedit:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.0" gavtc -> groupId:artifactId:version:type*:classifier* * optional Extra property: - noBackupFile (default:false), used to ignore the creation of a backup file.

Group: com.soerensen.pomedit Artifact: pomedit
Show all versions Show documentation 
 

0 downloads
Artifact pomedit
Group com.soerensen.pomedit
Version 1.1.0
Last update 25. June 2018
Organization not specified
URL https://www.soerensen.com
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, maven-plugin-annotations,
There are maybe transitive dependencies!

XMeans from group nz.ac.waikato.cms.weka (version 1.0.6)

Cluster data using the X-means algorithm. X-Means is K-Means extended by an Improve-Structure part In this part of the algorithm the centers are attempted to be split in its region. The decision between the children of each center and itself is done comparing the BIC-values of the two structures. For more information see: Dan Pelleg, Andrew W. Moore: X-means: Extending K-means with Efficient Estimation of the Number of Clusters. In: Seventeenth International Conference on Machine Learning, 727-734, 2000.

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

6 downloads
Artifact XMeans
Group nz.ac.waikato.cms.weka
Version 1.0.6
Last update 28. February 2018
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/XMeans
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

execs from group de.vandermeer (version 0.4.0)

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

Group: de.vandermeer Artifact: execs
Show all versions Show documentation Show source 
 

0 downloads
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!

NobleTools from group edu.pitt.dbmi.nlp (version 1.0)

Noble Tools Suite, is a set of Natural Language Processing (NLP) tools and Application Programming Interfaces (API) written in Java for interfacing with ontologies, auto coding text and extracting information from free test. The Noble Tools suite also includes a generic ontology API for interfacing with Web Ontology Language (OWL) files, OBO and BioPortal ontologies and a number of support utilities and methods useful for NLP (e.g. string normalization, ngram and stemming)

Group: edu.pitt.dbmi.nlp Artifact: NobleTools
Show documentation Show source 
 

2 downloads
Artifact NobleTools
Group edu.pitt.dbmi.nlp
Version 1.0
Last update 14. November 2016
Organization Department of Biomedical Informatics, University of Pittsburgh
URL http://noble-tools.dbmi.pitt.edu
License BSD 3-Clause License
Dependencies amount 3
Dependencies owlapi-distribution, jdbm, javax.servlet-api,
There are maybe transitive dependencies!

maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)

The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!

audit-parent from group org.beiter.michael.eaudit4j (version 1.1)

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kernel from group org.siani.javafmi (version 2.16.7)

javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

Group: org.siani.javafmi Artifact: kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact kernel
Group org.siani.javafmi
Version 2.16.7
Last update 09. March 2016
Organization not specified
URL https://bitbucket.org/siani/javafmi
License The GNU General Public License v3.0
Dependencies amount 1
Dependencies itrules,
There are maybe transitive dependencies!

TOVAL from group de.invation.code (version 1.0.2)

TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.

Group: de.invation.code Artifact: TOVAL
Show all versions Show documentation Show source 
 

1 downloads
Artifact TOVAL
Group de.invation.code
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

TOVAL from group de.uni.freiburg.iig.telematik (version 1.0.0)

TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.

Group: de.uni.freiburg.iig.telematik Artifact: TOVAL
Show documentation Show source 
 

0 downloads
Artifact TOVAL
Group de.uni.freiburg.iig.telematik
Version 1.0.0
Last update 29. July 2015
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

easystream from group net.sf.jsignature.io-tools (version 1.2.15)

EasyStream is a small set of utilities for dealing with streams (InputStreams and OutputStreams). The aim is to ease the use of pipes when they're required. Main features are: * "Convert" an OutputStream to an InputStream. * Count the number of bytes read or wrote to a given stream. * While reading the data from an InputStream copy it to a supplied OutputStream. * Read the content of an InputStream multiple times or seek to a definite position

Group: net.sf.jsignature.io-tools Artifact: easystream
Show all versions Show documentation Show source 
 

10 downloads
Artifact easystream
Group net.sf.jsignature.io-tools
Version 1.2.15
Last update 22. June 2015
Organization not specified
URL http://io-tools.sourceforge.net/easystream
License The BSD Software License
Dependencies amount 3
Dependencies slf4j-api, slf4j-simple, commons-io,
There are maybe transitive dependencies!



Page 136 from 154 (items total 1535)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy