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

Download JAR files tagged by kevin with all dependencies

Search JAR files by class name

kevinarpe-papaya-parent from group com.googlecode.kevinarpe-papaya (version 0.0.32)

Papaya Parent: Utilities for Java 1.8+ written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya Artifact: kevinarpe-papaya-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kevinarpe-papaya-parent
Group com.googlecode.kevinarpe-papaya
Version 0.0.32
Last update 10. December 2020
Organization not specified
URL https://github.com/kevinarpe/kevinarpe-papaya
License GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mst from group net.sf.meka.thirdparty (version 4.0)

Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

Group: net.sf.meka.thirdparty Artifact: mst
Show documentation Show source 
 

0 downloads
Artifact mst
Group net.sf.meka.thirdparty
Version 4.0
Last update 26. May 2014
Organization not specified
URL http://algs4.cs.princeton.edu/code/
License GNU General Public License 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kevinarpe-papaya-testing-junit from group com.googlecode.kevinarpe-papaya (version 0.0.15)

Papaya for Testing with JUnit: Utilities for Java 1.6+ written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya Artifact: kevinarpe-papaya-testing-junit
Show all versions Show documentation 
 

0 downloads
Artifact kevinarpe-papaya-testing-junit
Group com.googlecode.kevinarpe-papaya
Version 0.0.15
Last update 19. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies kevinarpe-papaya, testng, junit,
There are maybe transitive dependencies!

kevinarpe-papaya-testing from group com.googlecode.kevinarpe-papaya (version 0.0.15)

Papaya for Testing: Utilities for Java 1.6+ written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya Artifact: kevinarpe-papaya-testing
Show all versions Show documentation Show source 
 

0 downloads
Artifact kevinarpe-papaya-testing
Group com.googlecode.kevinarpe-papaya
Version 0.0.15
Last update 19. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies kevinarpe-papaya, mockito-all, testng, guava, slf4j-api,
There are maybe transitive dependencies!

kevinarpe-papaya-testing-slf4j from group com.googlecode.kevinarpe-papaya (version 0.0.15)

Papaya for Testing SLF4J: Utilities for Java 1.6+ written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya Artifact: kevinarpe-papaya-testing-slf4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact kevinarpe-papaya-testing-slf4j
Group com.googlecode.kevinarpe-papaya
Version 0.0.15
Last update 19. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies kevinarpe-papaya, kevinarpe-papaya-testing-logging, kevinarpe-papaya-slf4j, mockito-all, testng, guava, guava-testlib,
There are maybe transitive dependencies!

kevinarpe-papaya-testing-logging from group com.googlecode.kevinarpe-papaya (version 0.0.15)

Papaya for Testing Logging: Utilities for Java 1.6+ written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya Artifact: kevinarpe-papaya-testing-logging
Show all versions Show documentation Show source 
 

0 downloads
Artifact kevinarpe-papaya-testing-logging
Group com.googlecode.kevinarpe-papaya
Version 0.0.15
Last update 19. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies kevinarpe-papaya, testng, mockito-all, guava,
There are maybe transitive dependencies!

kevinarpe-papaya-swing from group com.googlecode.kevinarpe-papaya-swing (version 0.0.2)

Papaya Swing: Utilities for Java 1.6+ Swing written by Kevin Connor ARPE

Group: com.googlecode.kevinarpe-papaya-swing Artifact: kevinarpe-papaya-swing
Show all versions Show documentation Show source 
 

0 downloads
Artifact kevinarpe-papaya-swing
Group com.googlecode.kevinarpe-papaya-swing
Version 0.0.2
Last update 04. August 2013
Organization not specified
URL http://code.google.com/p/kevinarpe-papaya-swing
License GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
Dependencies amount 5
Dependencies kevinarpe-papaya, guava, logback-classic, batik-rasterizer, batik-swing,
There are maybe transitive dependencies!

animated-gif-lib from group com.madgag (version 1.4)

A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html

Group: com.madgag Artifact: animated-gif-lib
Show all versions Show documentation Show source 
 

3 downloads
Artifact animated-gif-lib
Group com.madgag
Version 1.4
Last update 06. July 2017
Organization not specified
URL https://github.com/rtyley/animated-gif-lib-for-java
License Apache V2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nifty-openal-soundsystem from group com.github.nifty-gui (version 1.4.3)

This is an OpenAL/lwjgl based SoundDevice for Nifty GUI. It was extracted out of Slick2D to be independent of the whole Slick2D library and to be used with none Slick2D based renderes. All credits for the original code go to Kevin Glass and all Slick2D contributers.

Group: com.github.nifty-gui Artifact: nifty-openal-soundsystem
Show all versions Show documentation Show source 
 

0 downloads
Artifact nifty-openal-soundsystem
Group com.github.nifty-gui
Version 1.4.3
Last update 27. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies slick2d-core, nifty, lwjgl, jorbis,
There are maybe transitive dependencies!

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

This module provides algorithms to compare sets, that is, order-invariant lists. These algorithms are implementations of the AlignmentAlgorithm interface defined in the algorithms module. In particular, this module contains the StrictSetAlignmentScoreAlgorithm for computing the cost of the optimal unordered alignment of two sets, the StrictSetAlignmentFullAlgorithm which provides the Alignment itself as well, and the GreedySetAlignmentScoreAlgorithm as well as the GreedySetAlignmentFullAlgorithm for computing a potentially sub-optimal but faster alignment of two sets. The optimal alignments rely on the HungarianAlgorithm for solving the assignment problem in bipartite graphs. Here, we rely on the implementation provided by Kevin L. Stern which is provided within this distribution.

Group: de.cit-ec.tcs.alignment Artifact: sets
Show all versions Show documentation Show source 
 

0 downloads
Artifact sets
Group de.cit-ec.tcs.alignment
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 1
Dependencies algorithms,
There are maybe transitive dependencies!



Page 3 from 3 (items total 30)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy