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

Download JAR files tagged by version with all dependencies

Search JAR files by class name

alignment from group de.cit-ec.tcs (version 3.1.1)

This Java Toolbox provides several algorithms to align two input sequences, where your sequential data is allowed to be multimodal and multidimensional. We also provide additional tools to inspect the alignment results in more detail or even calculate derivatives of the alignment w.r.t. metric parameters such that you can optimize the alignment parameters according to some cost function. It is written in Java 1.7. and is also compatible with Matlab (version 2013b or higher).

Group: de.cit-ec.tcs Artifact: alignment
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact alignment
Group de.cit-ec.tcs
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sshapi-maverick from group com.sshtools (version 1.1.2)

Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-maverick
Show all versions Show documentation Show source 
 

2 downloads
Artifact sshapi-maverick
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, j2ssh-maverick, oro,
There are maybe transitive dependencies!

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!

spl-evaluation-java from group cz.cuni.mff.d3s.spl (version 1.0.4)

Stochastice Performance Logic is a formalism for capturing performance assumptions. It is, for example, possible to capture assumption that newer version of a function bar is faster than the previous version or that library foobar is faster than library barfoo when rendering antialiased text. The purpose of this framework is to allow evaluation of SPL formulas inside Java applications.

Group: cz.cuni.mff.d3s.spl Artifact: spl-evaluation-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact spl-evaluation-java
Group cz.cuni.mff.d3s.spl
Version 1.0.4
Last update 03. May 2018
Organization D3S MFF, Charles University in Prague
URL http://d3s.mff.cuni.cz/research/development_awareness/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies msf4j-service,
There are maybe transitive dependencies!

git-branch-renamer-maven-plugin from group com.cedricwalter (version 1.5.0)

When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing the pom version as this will create merge conflicts using pull request. this plugin allow you to keep in ALL branches the same pom version for all your projects, for example MASTER-SNAPSHOT the version will be derived from branch name automatically.

Group: com.cedricwalter Artifact: git-branch-renamer-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact git-branch-renamer-maven-plugin
Group com.cedricwalter
Version 1.5.0
Last update 19. July 2017
Organization not specified
URL https://github.com/cedricwalter/git-branch-renamer-maven-plugin
License GNU/GPL v3
Dependencies amount 4
Dependencies maven-plugin-api, mojo-executor, org.eclipse.jgit, junit,
There are maybe transitive dependencies!

xercesImpl from group de.julielab (version 2.11.0.1)

A slightly adapted version of Xerces 2.11.0 to allow the XMLStringBuffer responsible for XML attribute scanning to start larger and thus avoid extended appending times. The initial buffer size is controlled by settting the system property julielab.xerces.attributebuffersize (also available as constant XMLScanner#ATTRIBUTE_BUFFER_SIZE).

Group: de.julielab Artifact: xercesImpl
Show all versions Show documentation Show source 
 

125 downloads
Artifact xercesImpl
Group de.julielab
Version 2.11.0.1
Last update 21. April 2017
Organization not specified
URL http://www.julielab.de
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xml-apis,
There are maybe transitive dependencies!

jtb from group edu.purdue.cs (version 1.4.12)

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

Group: edu.purdue.cs Artifact: jtb
Show documentation Show source 
 

2 downloads
Artifact jtb
Group edu.purdue.cs
Version 1.4.12
Last update 31. December 2016
Organization jtb-javacc
URL https://github.com/jtb-javacc/JTB
License UCLA Compilers Group License
Dependencies amount 1
Dependencies javacc,
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!

org.apache.stanbol.launchers.bundlelists.marmotta.kiwi from group org.apache.stanbol (version 1.0.0)

Bundles required by the Apache Marmotta Kiwi Repository. This list includes DB drivers for H2 and Postgres and caching dependencies for Guava and Hazelcast. Dependencies for other supported options (MySQL, Infinispan, EH Cache) are commented. Users that want to use such options will need to create their own version of this bundle list or to provide the commented bundles by some other means.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.marmotta.kiwi
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.marmotta.kiwi
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adblockerdetector from group com.cuneytayyildiz (version 1.0.0)

Many ad blockers exist on Android, this is a real problem for developers that rely on ad incomes. This project proposes an open source library that can detect most of ad blockers. Then developers can display a dialog to inform user that an ad blocker has been detected and to propose, for example, to buy an ad-free version of the application or to quit.

Group: com.cuneytayyildiz Artifact: adblockerdetector
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adblockerdetector
Group com.cuneytayyildiz
Version 1.0.0
Last update 15. August 2016
Organization not specified
URL https://github.com/Swisyn/AdBlockerDetector
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 403 from 422 (items total 4217)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy