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

Download JAR files tagged by also with all dependencies

Search JAR files by class name

chartfx from group de.gsi (version 11.2.7)

The chart-fx charting library is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...). The library also contains a small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.

Group: de.gsi Artifact: chartfx
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chartfx
Group de.gsi
Version 11.2.7
Last update 26. April 2022
Organization GSI Helmholtzzentrum für Schwerionenforschung GmbH
URL https://github.com/GSI-CS-CO/chart-fx
License LGPLv3
Dependencies amount 3
Dependencies slf4j-api, commons-lang3, annotations,
There are maybe transitive dependencies!

concourse-driver-java from group com.cinchapi (version 0.11.2)

Concourse is a distributed database warehouse for transactions, search, and analytics across time. Developers use Concourse to quickly build mission critical software while also benefiting from real time insight into their most important data. With Concourse, end-to-end data management requires no extra infrastructure, no prior configuration and no additional coding–all of which greatly reduce costs and allow developers to focus on core business problems.

Group: com.cinchapi Artifact: concourse-driver-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact concourse-driver-java
Group com.cinchapi
Version 0.11.2
Last update 18. March 2022
Organization not specified
URL https://github.com/cinchapi/concourse
License The Apache License
Dependencies amount 15
Dependencies guava, mockito-all, commons-codec, jsr305, slf4j-api, logback-classic, joda-time, libthrift, commons-configuration, accent4j, lib-config, log4j-over-slf4j, jcl-over-slf4j, gson, ccl,
There are maybe transitive dependencies!

zookeeper-recipes from group io.streamnative (version 3.6.3.1)

1) This module contains various Zookeeper recipe implementations. 2) The recipe directory name should specify the name of the recipe you are implementing - eg. zookeeper-recipes-lock. 3) It would be great if you can provide both the java and c recipes for the zookeeper recipes. C recipes go in to zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/c Java implementation goes into zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/java. 4) The recipes hold high standards like our zookeeper c/java libraries, so make sure that you include some unit testing with both the c and java recipe code. 5) Also, please name your c client public methods as zkr_recipe-name_methodname (eg. zkr_lock_lock in zookeeper-recipes-lock/src/c) 6) To run the c tests in all the recipes, - make sure the main zookeeper c libraries in zookeeper-client-c are compiled. Run autoreconf -if;./configure; make. The libraries will be installed in {top}/src/c/.libs. - run autoreconf if;./configure;make run-check in zookeeper-recipes/$recipename/src/c

Group: io.streamnative Artifact: zookeeper-recipes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zookeeper-recipes
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!

wikitext.core.repository from group org.eclipse.mylyn.docs (version 3.0.42)

Group: org.eclipse.mylyn.docs Artifact: wikitext.core.repository
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikitext.core.repository
Group org.eclipse.mylyn.docs
Version 3.0.42
Last update 07. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

application from group com.fitzhi (version 1.6)

This library is the the backend for the Fitzhì solution. Fitzhì aims to gather all technical data regarding your application portfolio into ONE single portal. Fitzhì provides also analysis and assessments at the project scope, but its main target is the portfolio. The main ambition is to provide a global, and dynamic vision of the technical risk for your IT. The dream functionality for Fitzhì should be the ONE single dashboard, one Single Point Point Of Quality, available for the CTO, or CIO, and ready to resume in one second, one view, the current situation and the historic trend.

Group: com.fitzhi Artifact: application

 

0 downloads
Artifact application
Group com.fitzhi
Version 1.6
Last update 22. November 2021
Organization not specified
URL https://www.fitzhi.com
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)
Dependencies amount 29
Dependencies junit, spring-core, jcl-over-slf4j, spring-boot-starter-web, spring-boot, spring-boot-autoconfigure, spring-boot-starter-security, spring-boot-starter-webflux, spring-security-oauth2-autoconfigure, gson, opencsv, jstl, commons-validator, opennlp-tools, opennlp-uima, poi, poi-scratchpad, poi-ooxml, itextpdf, commons-fileupload, commons-io, org.eclipse.jgit, jaxb-api, jaxb-core, jaxb-impl, activation, springfox-boot-starter, springfox-swagger-ui, javaparser-symbol-solver-core,
There are maybe transitive dependencies!

zello-channel-sdk from group com.zello (version 0.5.2)

The Zello Channels SDK allows you to integrate Zello push-to-talk into your own application. The SDK communicates with a Zello server over a web socket connection using a JSON-based protocol, and offers a simple API to send and receive audio, images, and text over Zello channels. Supported features include: Send voice messages from the device microphone Play incoming voice messages through the device speaker Send voice messages from your own audio code, e.g. from a file Receive voice message data with your own audio code with optional pass-through to the device speaker Send and recieve text messages Send and receive images Send the device's current location, and receive location messages from other users The protocol specification is also available if you prefer to develop your own client in-house.

Group: com.zello Artifact: zello-channel-sdk
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zello-channel-sdk
Group com.zello
Version 0.5.2
Last update 29. April 2021
Organization not specified
URL https://github.com/zelloptt/zello-channel-api/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmxtrans-output from group org.jmxtrans (version 272)

This module groups all different output writers. Different output writers have different dependencies. To ensure that those dependencies do not leak to other output writer, or that we can limit to number of dependencies at runtime, output writers are split into separate modules based on the dependencies they use. For example, the CloudWatch output writers depends on the AWS SDK, which is quite large and not used by any other output writer. If you only want to send metrics to Graphite, there should be no need to have the AWS SDK in your classpath at runtime. Some dependencies are also problematic. They can introduce incompatibilities. For example, a few writers are based directly on log4j or logback. This direct dependence breaks the use of SLF4J. By isolating those output writers to a specific module, we can ensure this has minimal impact.

Group: org.jmxtrans Artifact: jmxtrans-output
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jmxtrans-output
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmxtrans-output-kafka from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-kafka
Show all versions Show documentation Show source 
 

4 downloads
Artifact jmxtrans-output-kafka
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, kafka-clients, jmxtrans-core, jmxtrans-utils, slf4j-api,
There are maybe transitive dependencies!

jmxtrans-output-gelf from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-gelf
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmxtrans-output-gelf
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies commons-lang, gelfclient, jmxtrans-core, jmxtrans-output-core,
There are maybe transitive dependencies!

jmxtrans-output-elastic from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-elastic
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmxtrans-output-elastic
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, jest, jmxtrans-core, jmxtrans-utils, slf4j-api,
There are maybe transitive dependencies!



Page 222 from 245 (items total 2448)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy