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

Download JAR files tagged by structures with all dependencies

Search JAR files by class name

biojava-modfinder from group org.biojava (version 7.1.3)

Group: org.biojava Artifact: biojava-modfinder
Show all versions Show documentation Show source 
 

1 downloads
Artifact biojava-modfinder
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization not specified
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 7
Dependencies biojava-structure, slf4j-api, log4j-slf4j2-impl, log4j-api, log4j-core, jakarta.xml.bind-api, jaxb-runtime,
There are maybe transitive dependencies!

biojava-genome from group org.biojava (version 7.1.3)

Group: org.biojava Artifact: biojava-genome
Show all versions Show documentation Show source 
 

2 downloads
Artifact biojava-genome
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization not specified
URL Not specified
License GNU LGPL v2
Dependencies amount 7
Dependencies guava, biojava-core, biojava-alignment, slf4j-api, log4j-slf4j2-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

azure-communication-sms from group com.azure (version 1.1.27)

This package contains clients and data structures used to send SMS messages with Azure Communication SMS Service. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/CHANGELOG.md. Microsoft Azure Communication SMS quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java

Group: com.azure Artifact: azure-communication-sms
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-communication-sms
Group com.azure
Version 1.1.27
Last update 25. August 2024
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 2
Dependencies azure-core, azure-communication-common,
There are maybe transitive dependencies!

rho-mu from group org.cicirello (version 4.2.0)

The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.

Group: org.cicirello Artifact: rho-mu
Show all versions Show documentation Show source 
 

0 downloads
Artifact rho-mu
Group org.cicirello
Version 4.2.0
Last update 16. August 2024
Organization Cicirello.Org
URL https://rho-mu.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

biojava-legacy from group org.biojava (version 1.9.7)

BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.

Group: org.biojava Artifact: biojava-legacy
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact biojava-legacy
Group org.biojava
Version 1.9.7
Last update 18. September 2023
Organization BioJava
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jstyleparser from group org.daisy.libs (version 1.20-p21)

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

Group: org.daisy.libs Artifact: jstyleparser
Show all versions Show documentation Show source 
 

3 downloads
Artifact jstyleparser
Group org.daisy.libs
Version 1.20-p21
Last update 19. July 2023
Organization not specified
URL http://cssbox.sourceforge.net/jstyleparser
License GNU Lesser General Public License 3.0
Dependencies amount 4
Dependencies org.apache.servicemix.bundles.antlr-runtime, slf4j-api, unbescape, commons-io,
There are maybe transitive dependencies!

camunda-kafka-polling-client from group de.viadee.camunda (version 2.0.1)

A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts.

Group: de.viadee.camunda Artifact: camunda-kafka-polling-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact camunda-kafka-polling-client
Group de.viadee.camunda
Version 2.0.1
Last update 18. February 2022
Organization viadee Unternehmensberatung AG
URL https://github.com/viadee/camunda-kafka-polling-client
License BSD-3 Clause
Dependencies amount 14
Dependencies camunda-kafka-model, spring-boot-starter-jdbc, spring-kafka, spring-boot-starter-actuator, spring-boot-starter-web, camunda-engine, camunda-spin-dataformat-all, kafka-clients, jackson-databind, jackson-core, jackson-annotations, commons-lang3, commons-collections4, commons-io,
There are maybe transitive dependencies!

camunda-kafka-model from group de.viadee.camunda (version 2.0.1)

A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts. This is the model module, i.e. it contains the data model classes for reuse by Java-based, downstream analysis components.

Group: de.viadee.camunda Artifact: camunda-kafka-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact camunda-kafka-model
Group de.viadee.camunda
Version 2.0.1
Last update 18. February 2022
Organization viadee Unternehmensberatung AG
URL https://github.com/viadee/camunda-kafka-polling-client
License BSD-3 Clause
Dependencies amount 1
Dependencies jackson-annotations,
There are maybe transitive dependencies!

camunda-kafka-polling-client-parent from group de.viadee.camunda (version 2.0.1)

A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts.

Group: de.viadee.camunda Artifact: camunda-kafka-polling-client-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camunda-kafka-polling-client-parent
Group de.viadee.camunda
Version 2.0.1
Last update 18. February 2022
Organization viadee Unternehmensberatung AG
URL https://github.com/viadee/camunda-kafka-polling-client
License BSD-3 Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fastutil-extra from group it.unimi.dsi (version 8.5.4)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, sorting algorithms, and fast, practical I/O classes for binary and text files. This module adds data structures based on references, bytes, and characters.

Group: it.unimi.dsi Artifact: fastutil-extra
Show all versions Show documentation Show source 
 

0 downloads
Artifact fastutil-extra
Group it.unimi.dsi
Version 8.5.4
Last update 28. March 2021
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies fastutil-core,
There are maybe transitive dependencies!



Page 76 from 3 (items total 811)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy