Download JAR files tagged by used with all dependencies
io.janusproject from group io.janusproject (version 2.0.3.1)
Janus is an open-source multi-agent platform fully implemented in Java 1.8.
Janus enables developers to quickly create web, enterprise and desktop multiagent-based applications.
It provides a comprehensive set of features to develop, run, display and monitor multiagent-based applications.
Janus-based applications can be distributed across a network.
Janus could be used as an agent-oriented platform, an organizational platform, and/or an holonic platform.
It also natively manages the concept of recursive agents and holons.
Janus is jointly developed by the multiagent team of the University of Burgondy Franche Comté, and the Grupo de Investigación en Tecnologías Informáticas Avanzadas de Tucumán.
This is the new version of Janus fully reimplemented to support the SARL Agent-Oriented Programming Language (http://www.sarl.io).
Group: io.janusproject Artifact: io.janusproject
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact io.janusproject
Group io.janusproject
Version 2.0.3.1
Last update 23. January 2016
Organization Janus Project Consortium
URL http://www.janusproject.io/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.janusproject
Version 2.0.3.1
Last update 23. January 2016
Organization Janus Project Consortium
URL http://www.janusproject.io/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
SEPIA from group de.uni.freiburg.iig.telematik (version 1.0.2)
SEPIA provides implementations for various types of Petri nets. Along Place/Transition-nets, it supports Petri nets with distinguishable token colors and defines coloured workflow nets, where coloured tokens are interpreted as data elements used during process execution. To support information flow analysis of processes, SEPIA defines so-called IF-Nets, tailored for security-oriented workflow modeling which enable users to assign security-levels (HIGH, LOW) to transitions, data elements and persons/agents participating in the process execution.
Group: de.uni.freiburg.iig.telematik Artifact: SEPIA
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact SEPIA
Group de.uni.freiburg.iig.telematik
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/iig-uni-freiburg/SEPIA
License bsd_3
Dependencies amount 4
Dependencies TOVAL, JAGAL, SEWOL, msv-core,
There are maybe transitive dependencies!
Group de.uni.freiburg.iig.telematik
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/iig-uni-freiburg/SEPIA
License bsd_3
Dependencies amount 4
Dependencies TOVAL, JAGAL, SEWOL, msv-core,
There are maybe transitive dependencies!
portofino-war-gae from group com.manydesigns (version 4.2.1)
Group: com.manydesigns Artifact: portofino-war-gae
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact portofino-war-gae
Group com.manydesigns
Version 4.2.1
Last update 11. December 2015
Organization not specified
URL http://www.manydesigns.com/
License not specified
Dependencies amount 6
Dependencies portofino-pageactions, portofino-database, portofino-stripes, portofino-theme, slf4j-jdk14, appengine-api-1.0-sdk,
There are maybe transitive dependencies!
Group com.manydesigns
Version 4.2.1
Last update 11. December 2015
Organization not specified
URL http://www.manydesigns.com/
License not specified
Dependencies amount 6
Dependencies portofino-pageactions, portofino-database, portofino-stripes, portofino-theme, slf4j-jdk14, appengine-api-1.0-sdk,
There are maybe transitive dependencies!
nifiLoader from group nz.ac.waikato.cms.weka (version 1.0.1)
Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.
0 downloads
Artifact nifiLoader
Group nz.ac.waikato.cms.weka
Version 1.0.1
Last update 09. December 2015
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/niftiLoader
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
Group nz.ac.waikato.cms.weka
Version 1.0.1
Last update 09. December 2015
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/niftiLoader
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
netbeans-eid-generator from group pl.wavesoftware (version 0.4.0)
<p>Generates a unique Exception ID, that can be used in Java source code.</p>
<p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p>
<p>
Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br />
<code>try {<br />
shuldWorkIfNoBugsExists();<br />
} catch (IOException ex) {<br />
throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br />
}</code>
</p>
Group: pl.wavesoftware Artifact: netbeans-eid-generator
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact netbeans-eid-generator
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!
infinispan-spring4 from group org.infinispan (version 8.1.0.Alpha2)
The Infinispan Spring Integration project provides Spring
integration for Infinispan, a high performance distributed cache.
Its primary features are
* An implementation of org.springframework.cache.CacheManager,
Spring's central caching abstraction, backed by Infinispan's
EmbeddedCacheManager. To be used if your Spring-powered
application and Infinispan are colocated, i.e. running within
the same VM.
* An implementation of org.springframework.cache.CacheManager
backed by Infinispan's RemoteCacheManager. To bes used if your
Spring-powered application accesses Infinispan remotely, i.e.
over the network.
* An implementation of org.springframework.cache.CacheManager
backed by a CacheContainer reference. To be used if your Spring-
powered application needs access to a CacheContainer defined
outside the application (e.g. retrieved from JNDI)
* Spring namespace support allowing shortcut definitions for all the
components above
In addition, Infinispan Spring Integration offers various FactoryBeans
for facilitating creation of Infinispan core classes - Cache, CacheManager,
... - within a Spring context.
Artifact infinispan-spring4
Group org.infinispan
Version 8.1.0.Alpha2
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!
Group org.infinispan
Version 8.1.0.Alpha2
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!
ks-server-virtuoso from group eu.fbk.knowledgestore (version 1.7.1)
The Virtuoso server module (ks-server-virtuoso) provides an
implementation of the Triple Store server-side component (API in
ks-triplestore) on top of the OpenLink Virtuoso triple store, a scalable
native code triple store that is accessed as an external service. The
Virtuoso Sesame driver, which builds on the Virtuoso JDBC driver, is
used to remotely access the Virtuoso server for writing data and
performing SPARQL queries. For performance reasons, data modification is
performed in a non-transactional way, with the module managing possible
failures in a way that trigger the external repopulation of the Virtuoso
triple store starting from the master copy of data stored in the Data
Store component.
Group: eu.fbk.knowledgestore Artifact: ks-server-virtuoso
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact ks-server-virtuoso
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://knowledgestore.fbk.eu/ks-server-virtuoso/
License not specified
Dependencies amount 11
Dependencies slf4j-api, guava, sesame-model, sesame-util, sesame-query, sesame-repository-api, hadoop-core, virtjdbc4_1, virt_sesame2, ks-core, ks-server,
There are maybe transitive dependencies!
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://knowledgestore.fbk.eu/ks-server-virtuoso/
License not specified
Dependencies amount 11
Dependencies slf4j-api, guava, sesame-model, sesame-util, sesame-query, sesame-repository-api, hadoop-core, virtjdbc4_1, virt_sesame2, ks-core, ks-server,
There are maybe transitive dependencies!
org.i3xx.step.clock from group org.i3xx.step (version 0.1.0)
A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.
Artifact org.i3xx.step.clock
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!
java-types from group net.florianschoppmann.java (version 1.0.1)
Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core
Java Reflection API, akin to JEP 119.
This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type
system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods
have no equivalent in the Java Reflection API.
The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model
implementation. The abstraction makes this module well-suited to be used in projects that contain
javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of
the JVM).
Group: net.florianschoppmann.java Artifact: java-types
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact java-types
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
reflectutils from group org.azeckoski (version 0.9.20)
A set of reflection utilities and miscellaneous utilities related to
working with classes and their fields with no dependencies which is compatible
with java 1.5 and generics. The package was originally created by Aaron Zeckoski
for the Sakai Project and Generic DAO project but was repackaged to make it
distributable by request. It is used in the RSF framework
(http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things.
Note about the BeanUtils provided dependency: BeanUtils is not required if you are
not using it in your project. Note about the Hibernate provided dependency:
Hibernate is not required if you are not using it in your project.
Artifact reflectutils
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1159 from 3 (items total 11741)