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

Download JAR files tagged by separates with all dependencies

Search JAR files by class name

janusgraph-berkeleyje from group com.pontusvision (version 100.3.2.1)

Group: com.pontusvision Artifact: janusgraph-berkeleyje
Show all versions Show documentation Show source 
 

0 downloads
Artifact janusgraph-berkeleyje
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License not specified
Dependencies amount 2
Dependencies janusgraph-core, je,
There are maybe transitive dependencies!

janusgraph-server from group com.pontusvision (version 100.3.2.1)

Group: com.pontusvision Artifact: janusgraph-server
Show all versions Show documentation Show source 
 

0 downloads
Artifact janusgraph-server
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License not specified
Dependencies amount 3
Dependencies janusgraph-core, gremlin-server, guava,
There are maybe transitive dependencies!

janusgraph-codepipelines-ci from group com.pontusvision (version 100.3.2.1)

Group: com.pontusvision Artifact: janusgraph-codepipelines-ci
Show all versions Show documentation Show source 
 

0 downloads
Artifact janusgraph-codepipelines-ci
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License not specified
Dependencies amount 9
Dependencies codepipeline, codebuild, s3, iam, aws-http-client-apache, guava, commons-cli, lombok, jackson-dataformat-yaml,
There are maybe transitive dependencies!

janusgraph-test from group com.pontusvision (version 100.3.2.1)

Group: com.pontusvision Artifact: janusgraph-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact janusgraph-test
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License not specified
Dependencies amount 17
Dependencies janusgraph-core, gremlin-test, gremlin-groovy, gremlin-driver, gremlin-server, commons-math, jts-core, junit-benchmarks, randomizedtesting-runner, mockito-core, mockito-junit-jupiter, junit-platform-launcher, junit-jupiter-api, junit-jupiter-params, junit-jupiter-engine, junit-vintage-engine, easymock,
There are maybe transitive dependencies!

janusgraph-core from group com.pontusvision (version 100.3.2.1)

Group: com.pontusvision Artifact: janusgraph-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact janusgraph-core
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License not specified
Dependencies amount 21
Dependencies lucene-core, gremlin-core, gremlin-groovy, tinkergraph-gremlin, javax.json, metrics-core, metrics-ganglia, metrics-graphite, reflections, spatial4j, jts-core, commons-collections, commons-configuration, commons-io, commons-codec, guava, hppc, high-scale-lib, jsr305, noggit, commons-text,
There are maybe transitive dependencies!

janusgraph from group com.pontusvision (version 100.3.2.1)

JanusGraph is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. This is the Pontus Vision fork, which has a few extra bug fixes, and advanced features. JanusGraph separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.

Group: com.pontusvision Artifact: janusgraph
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact janusgraph
Group com.pontusvision
Version 100.3.2.1
Last update 16. June 2019
Organization not specified
URL https://janusgraph.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)

The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact crypto4j-parent
Group org.beiter.michael.crypto4j
Version 1.0
Last update 23. January 2017
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/crypto4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-rules-base from group org.activecomponents.jadex (version 4.0.267)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules-base
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules-base
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-concurrent, jadex-serialization-xml, antlr-runtime,
There are maybe transitive dependencies!

jadex-rules from group org.activecomponents.jadex (version 3.0.117)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!

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

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

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

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



Page 15 from 15 (items total 150)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy