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

Download JAR files tagged by input with all dependencies

Search JAR files by class name

fork-of-edu.asu.emit.algorithm.graph from group com.programmerare.shortest-paths (version 1.0.0)

An implementation of the k shortest paths algorithm in Java. This is a forked version which has NOT modified the implementation of the algorithm. The purpose of the fork was to enable more flexible Graph creation, i.e. programmatic construction of the Graph as an alternative to the construction from text file input. The location of the original work: https://github.com/yan-qi/k-shortest-paths-java-version

Group: com.programmerare.shortest-paths Artifact: fork-of-edu.asu.emit.algorithm.graph
Show documentation Show source 
 

0 downloads
Artifact fork-of-edu.asu.emit.algorithm.graph
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/k-shortest-paths-java-version
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-ai-minefield-navigator from group com.github.cschen1205 (version 1.0.2)

TD-FALCON is a fusion architecture that incorporates temporal difference methods and self-organizing neural networks for reinforcement learning with delayed rewards. It learns by creating cognitive codes across sensory input, actions, and rewards.

Group: com.github.cschen1205 Artifact: java-ai-minefield-navigator
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-ai-minefield-navigator
Group com.github.cschen1205
Version 1.0.2
Last update 18. June 2017
Organization not specified
URL https://github.com/cschen1205/java-ai-minefield-navigator
License MIT
Dependencies amount 5
Dependencies slf4j-api, slf4j-log4j12, java-ann-falcon, fastjson, commons-cli,
There are maybe transitive dependencies!

broceliande from group com.github.korriganed (version 1.1)

This project provides a Java implementation of random forests. Random forests use training sets to build decision trees. Given an input (e.g. a person with age, gender, medical background, symptoms) the result (e.g. a disease) of which is unknown, random forests are able to predict the corresponding result.

Group: com.github.korriganed Artifact: broceliande
Show documentation Show source 
 

0 downloads
Artifact broceliande
Group com.github.korriganed
Version 1.1
Last update 07. December 2016
Organization not specified
URL https://github.com/korriganed/broceliande
License MIT License
Dependencies amount 3
Dependencies commons-lang3, logback-classic, slf4j-api,
There are maybe transitive dependencies!

parboiled from group org.daisy.libs (version 1.0.0)

parboiled is a mixed Java/Scala library providing for lightweight and easy-to-use, yet powerful and elegant parsing of arbitrary input text based on Parsing expression grammars (PEGs). This bundle wraps two different libraries, parboiled-core and parboiled-java, as they offer classes in the same package path

Group: org.daisy.libs Artifact: parboiled
Show documentation Show source 
 

1 downloads
Artifact parboiled
Group org.daisy.libs
Version 1.0.0
Last update 17. September 2016
Organization sirthias
URL http://pegdown.org
License Apache License 2.0
Dependencies amount 6
Dependencies ${lib.artifactId}, parboiled-core, asm, asm-tree, asm-analysis, asm-util,
There are maybe transitive dependencies!

CxfExceptionUtils from group org.force66 (version 1.0.0-rc1)

The exceptions that CXF generates for WSDL soap faults (e.g. input validations, etc) are less than helpful. This project contains root exceptions you can use that are *much more convenient and provide needed information to support personnel.

Group: org.force66 Artifact: CxfExceptionUtils
Show documentation Show source 
 

0 downloads
Artifact CxfExceptionUtils
Group org.force66
Version 1.0.0-rc1
Last update 09. August 2015
Organization not specified
URL https://github.com/Force66/CxfExceptionUtils
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-lang3,
There are maybe transitive dependencies!

wicketstuff-calendarviews from group org.wicketstuff (version 1.5.13)

WicketStuff CalendarViews aims to provide several Wicket components that make it easy to incorporate a calendar into your application. These calendars can be used to display events and schedules. NOTE: these are not kin to the datepicker style components for use in forms - these are for displaying calendars of data, not receiving date input.

Group: org.wicketstuff Artifact: wicketstuff-calendarviews
Show all versions Show documentation Show source 
 

0 downloads
Artifact wicketstuff-calendarviews
Group org.wicketstuff
Version 1.5.13
Last update 14. February 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies wicketstuff-jslibraries, wicket-extensions,
There are maybe transitive dependencies!

codelet from group com.github.aliteralmind (version 0.1.4.1)

**Codelet**: Automated insertion of *already unit-tested* example code (its source code, console output, and input text-files) into JavaDoc using inline taglets--Codelet makes it possible to have *always accurate documentation*.

Group: com.github.aliteralmind Artifact: codelet
Show all versions Show documentation Show source 
 

0 downloads
Artifact codelet
Group com.github.aliteralmind
Version 0.1.4.1
Last update 10. December 2014
Organization Jeff Epstein
URL https://github.com/aliteralmind/codelet
License Lesser General Public License (LGPL) version 3.0
Dependencies amount 1
Dependencies templatefeather,
There are maybe transitive dependencies!

speakingurl from group de.weltraumschaf (version 1.0.0)

GeneraTe a slug with a lot of options; create of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' from a string. This module aims to transliterate the input string. Java port of https://github.com/pid/speakingurl.

Group: de.weltraumschaf Artifact: speakingurl
Show documentation Show source 
 

0 downloads
Artifact speakingurl
Group de.weltraumschaf
Version 1.0.0
Last update 29. September 2014
Organization not specified
URL http://weltraumschaf.github.io/speakingurl/
License The BSD 3-Clause License (BSD3)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pipes from group com.tinkerpop (version 2.6.0)

Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

Group: com.tinkerpop Artifact: pipes
Show all versions Show documentation Show source 
 

4 downloads
Artifact pipes
Group com.tinkerpop
Version 2.6.0
Last update 17. September 2014
Organization not specified
URL http://pipes.tinkerpop.com
License BSD 3-Clause
Dependencies amount 1
Dependencies blueprints-core,
There are maybe transitive dependencies!

jadex-javaparser from group net.sourceforge.jadex (version 2.4)

The Jadex Java parser allows arbitrary Java terms being parsed. The parser accepts input that can be written as right hand side of a Java assignment (exp = term), i.e. procedural language aspects like loops or branches.

Group: net.sourceforge.jadex Artifact: jadex-javaparser
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-javaparser
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jadex-commons,
There are maybe transitive dependencies!



Page 105 from 112 (items total 1119)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy