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

Download JAR files tagged by examples with all dependencies

Search JAR files by class name

synapse-grid-core_2.10 from group ru.primetalk (version 1.4.4)

SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are The current version is 1.4.4

Group: ru.primetalk Artifact: synapse-grid-core_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact synapse-grid-core_2.10
Group ru.primetalk
Version 1.4.4
Last update 06. August 2015
Organization not specified
URL https://github.com/Primetalk/SynapseGrid
License BSD Software License, 2-clause version
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

synapse-grid-concurrent_2.10 from group ru.primetalk (version 1.4.4)

SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are The current version is 1.4.4

Group: ru.primetalk Artifact: synapse-grid-concurrent_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact synapse-grid-concurrent_2.10
Group ru.primetalk
Version 1.4.4
Last update 06. August 2015
Organization not specified
URL https://github.com/Primetalk/SynapseGrid
License BSD Software License, 2-clause version
Dependencies amount 3
Dependencies scala-library, synapse-grid-core_2.10, shapeless_2.10,
There are maybe transitive dependencies!

synapse-grid-akka_2.10 from group ru.primetalk (version 1.4.4)

SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are The current version is 1.4.4

Group: ru.primetalk Artifact: synapse-grid-akka_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact synapse-grid-akka_2.10
Group ru.primetalk
Version 1.4.4
Last update 06. August 2015
Organization not specified
URL https://github.com/Primetalk/SynapseGrid
License BSD Software License, 2-clause version
Dependencies amount 5
Dependencies akka-actor_2.10, akka-slf4j_2.10, akka-remote_2.10, synapse-grid-slf4j_2.10, scala-library,
There are maybe transitive dependencies!

automata-misc-algorithms from group net.automatalib (version 0.6.0)

This artifact contains several miscellaneous, well-known algorithms, which however are rather specific in their concrete use case and therefore not fit for the AutomataLib Utilities library. Examples include Dijkstra's algorithm for the SSSP problem, the Floyd-Warshall algorithm for the APSP problem and Tarjan's algorithm for finding all strongly-connected components in a graph.

Group: net.automatalib Artifact: automata-misc-algorithms
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-misc-algorithms
Group net.automatalib
Version 0.6.0
Last update 04. June 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies testng, automata-commons-util, automata-commons-smartcollections, automata-api, automata-core, automata-util, jsr305,
There are maybe transitive dependencies!

ipsedixit from group net.sf.ipsedixit (version 1.0.2)

Ipsedixit is a lightweight provider of arbitrary data, mocks and dummies for your Java testing pleasure. It is designed to reduce the amount of boilerplate setup code in your tests, allowing you to spend more time solving more interesting problems. Check out the wiki for the latest docco and examples.

Group: net.sf.ipsedixit Artifact: ipsedixit
Show all versions Show documentation Show source 
 

0 downloads
Artifact ipsedixit
Group net.sf.ipsedixit
Version 1.0.2
Last update 19. May 2012
Organization not specified
URL http://ipsedixit.sourceforge.net
License Apache 2
Dependencies amount 3
Dependencies objenesis, commons-lang, cglib,
There are maybe transitive dependencies!

spring-batch-archetypes from group org.springframework.batch (version 1.1.4.RELEASE)

Spring Batch archetypes are simple project templates containing just enough code to get you started running a job. For more detailed examples of using particular features of the framework, look at the Spring Batch Samples project. Currently the archetypes are deployed as regular Maven projects (not archetypes), because of limitations in the archetype plugin (or our understanding of how it works). For most effective use, copy one into Eclipse and use Q4E to manage the dependencies.

Group: org.springframework.batch Artifact: spring-batch-archetypes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-batch-archetypes
Group org.springframework.batch
Version 1.1.4.RELEASE
Last update 29. January 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chips-n-salsa-examples from group org.cicirello (version 6.4.0)

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

Group: org.cicirello Artifact: chips-n-salsa-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa-examples
Group org.cicirello
Version 6.4.0
Last update 02. August 2023
Organization Cicirello.Org
URL https://github.com/cicirello/chips-n-salsa-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

jpt-examples from group org.cicirello (version 5.1.0)

This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

Group: org.cicirello Artifact: jpt-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpt-examples
Group org.cicirello
Version 5.1.0
Last update 31. May 2023
Organization Cicirello.Org
URL https://github.com/cicirello/jpt-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies jpt,
There are maybe transitive dependencies!

netbeans-editor-pin from group com.raelity.jvi (version 2.1.2)

This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.

Group: com.raelity.jvi Artifact: netbeans-editor-pin
Show documentation Show source 
 

0 downloads
Artifact netbeans-editor-pin
Group com.raelity.jvi
Version 2.1.2
Last update 22. January 2023
Organization Raelity Engineering
URL http://raelity.com
License Mozilla Public License Version 1.1
Dependencies amount 5
Dependencies org-openide-awt, org-openide-windows, org-openide-util, org-openide-util-ui, org-openide-util-lookup,
There are maybe transitive dependencies!

image from group it.tidalwave.image (version 1.0-ALPHA-7)

This library is a façade for image manipulation, acting as a proxy to libraries such as Java2D, JAI, ImageJ. In its early years (after 2003) it was used for photo development, metadata management and even demonstrated distributed calculus on the Sun Grid. At the end of 2016 development stopped. It resumed at the end of 2022, dropping obsolete stuff (JAI). At the moment the portions related to image manipulation are not tested. Features about metadata manipulation are being actively developed. A few scripts for U*ix and Windows systems are provided to quickly run examples: + runViewerExample.sh + runHistogramViewerExample.sh + runViewerExample.bat + runHistogramViewerExample.bat Directory tree ============== * modules/Core sources for the core component * modules/Metadata sources for the Metadata component * modules/Processor sources for the imaging processor * modules/Renderer sources for the renderer * modules/Examples/ViewerExample example about the renderer * modules/Examples/HistogramViewerExample example about histogram computation * modules/Examples/CustomOperationExample example about custom operations * modules/Examples/Miscellaneous miscellaneous examples

Group: it.tidalwave.image Artifact: image
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact image
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL http://tidalwave.it/project/mistral
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 155 from 161 (items total 1610)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy