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

Download JAR files tagged by provided with all dependencies

Search JAR files by class name

vertexium-core from group org.neolumin.vertexium (version 0.9.0)

Group: org.neolumin.vertexium Artifact: vertexium-core
Show documentation Show source 
 

0 downloads
Artifact vertexium-core
Group org.neolumin.vertexium
Version 0.9.0
Last update 19. March 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies slf4j-api, junit, guava, commons-lang3,
There are maybe transitive dependencies!

vertexium-root from group org.neolumin.vertexium (version 0.9.0)

Vertexium is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Vertexium method requires authorizations and visibilities. Vertexium also supports multivalued properties as well as property metadata. The Vertexium API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

Group: org.neolumin.vertexium Artifact: vertexium-root
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact vertexium-root
Group org.neolumin.vertexium
Version 0.9.0
Last update 19. March 2015
Organization not specified
URL http://vertexium.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java8-quickstart-archetype from group pl.org.miki (version 1.0.0)

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

Group: pl.org.miki Artifact: java8-quickstart-archetype
Show documentation Show source 
 

0 downloads
Artifact java8-quickstart-archetype
Group pl.org.miki
Version 1.0.0
Last update 21. July 2014
Organization not specified
URL https://github.com/mikkoz/java8-quickstart-archetype
License BSD 3-clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jzmq from group org.zeromq (version 3.1.0)

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the Java Bindings for ZeroMQ.

Group: org.zeromq Artifact: jzmq
Show all versions Show documentation Show source 
 

24 downloads
Artifact jzmq
Group org.zeromq
Version 3.1.0
Last update 11. July 2014
Organization not specified
URL https://zeromq.org/
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

securegraph-performance-test from group org.securegraph (version 0.6.0)

Group: org.securegraph Artifact: securegraph-performance-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact securegraph-performance-test
Group org.securegraph
Version 0.6.0
Last update 30. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies securegraph-accumulo, securegraph-elasticsearch,
There are maybe transitive dependencies!

securegraph-elasticsearch-nested from group org.securegraph (version 0.5.0)

Group: org.securegraph Artifact: securegraph-elasticsearch-nested
Show documentation Show source 
 

0 downloads
Artifact securegraph-elasticsearch-nested
Group org.securegraph
Version 0.5.0
Last update 24. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies securegraph-core, elasticsearch, jts, spatial4j,
There are maybe transitive dependencies!

sensor-cpu-sigar-times from group fr.inria.powerapi.sensor (version 1.5)

Extends the `fr.inria.powerapi.sensor.cpu.sensor-cpu-sigar` module in providing time spent for each CPU frequency, useful for computation taking into account the DVFS. This `Sensor` module use information provided by the [cpufreq-info](http://linux.die.net/man/1/cpufreq-info "cpufreq-info") tool under the procfs/sysfs virtual filesystems, typically used by standard Linux distributions. See also: [Man proc](http://linux.die.net/man/5/proc "proc manual").

Group: fr.inria.powerapi.sensor Artifact: sensor-cpu-sigar-times
Show all versions Show documentation Show source 
 

0 downloads
Artifact sensor-cpu-sigar-times
Group fr.inria.powerapi.sensor
Version 1.5
Last update 22. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies core, sensor-cpu-api, sensor-cpu-sigar, scala-io-core_${scala.version},
There are maybe transitive dependencies!

net.sourceforge.reb4j.scala from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Scala implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j.scala
Show all versions Show documentation Show source 
 

0 downloads
Artifact net.sourceforge.reb4j.scala
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, scala-library, scalatest_2.10,
There are maybe transitive dependencies!

net.sourceforge.reb4j from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Java implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j
Show all versions Show documentation Show source 
 

8 downloads
Artifact net.sourceforge.reb4j
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit, functionaljava,
There are maybe transitive dependencies!

geomajas-project-api-all from group org.geomajas.project (version 1.0.0)

The Geomajas API project allows fine grained annotation of classes and individual public methods and fields to indicate that they are part of the API. Tools are provided to enable testing that the API does not change between versions. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications.

Group: org.geomajas.project Artifact: geomajas-project-api-all
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geomajas-project-api-all
Group org.geomajas.project
Version 1.0.0
Last update 19. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 110 from 128 (items total 1272)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy