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

Download JAR files tagged by various with all dependencies

Search JAR files by class name

SubscriptionFlow-sdk from group com.subscriptionflow (version 1.0.0-alpha)

The SubscriptionFlow mobile SDK simplifies the process of incorporating in-app purchases and subscriptions by offering a backend and a wrapper for Google Play Billing. Utilizing our SDK, you can effortlessly develop and oversee your app business across various platforms, eliminating the need for you to handle the intricacies of in-app purchase infrastructure. Further information on how SubscriptionFlow integrates into your app is available, or you can register for free to commence the development process.

Group: com.subscriptionflow Artifact: SubscriptionFlow-sdk
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact SubscriptionFlow-sdk
Group com.subscriptionflow
Version 1.0.0-alpha
Last update 04. January 2024
Organization not specified
URL https://github.com/subscriptionflow-developer/android-sdk
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sdk from group com.subscriptionflow (version 1.0.1-alpha)

The SubscriptionFlow mobile SDK simplifies the process of incorporating in-app purchases and subscriptions by offering a backend and a wrapper for Google Play Billing. Utilizing our SDK, you can effortlessly develop and oversee your app business across various platforms, eliminating the need for you to handle the intricacies of in-app purchase infrastructure. Further information on how SubscriptionFlow integrates into your app is available, or you can register for free to commence the development process.

Group: com.subscriptionflow Artifact: sdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sdk
Group com.subscriptionflow
Version 1.0.1-alpha
Last update 02. January 2024
Organization not specified
URL https://github.com/subscriptionflow-developer/android-sdk
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

learnlib-procedural from group de.learnlib (version 0.17.0)

This artifact provides the implementations of various learning algorithms for systems of procedural automata such as the ones described in the papers "Compositional learning of mutually recursive procedural systems (https://doi.org/10.1007/s10009-021-00634-y) and "From Languages to Behaviors and Back" (https://doi.org/10.1007/978-3-031-15629-8_11) by Markus Frohme and Bernhard Steffen.

Group: de.learnlib Artifact: learnlib-procedural
Show documentation Show source 
 

0 downloads
Artifact learnlib-procedural
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 19
Dependencies learnlib-api, learnlib-counterexamples, learnlib-datastructure-ot, learnlib-kearns-vazirani, learnlib-lstar, learnlib-observation-pack, learnlib-oml, learnlib-ttt, learnlib-util, guava, automata-api, automata-commons-util, automata-core, automata-util, buildergen, checker-qual, learnlib-learner-it-support, learnlib-learning-examples, testng,
There are maybe transitive dependencies!

zeko-validator from group io.zeko (version 1.1.5)

A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language. This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules. The library had been used in various Kotlin based project as well.

Group: io.zeko Artifact: zeko-validator
Show all versions Show documentation Show source 
 

0 downloads
Artifact zeko-validator
Group io.zeko
Version 1.1.5
Last update 12. October 2023
Organization not specified
URL https://github.com/darkredz/Zeko-Validator
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-validator, commons-lang3,
There are maybe transitive dependencies!

sis-epsg from group org.apache.sis.non-free (version 1.4)

The EPSG geodetic dataset provides definitions for thousands of Coordinate Reference Systems (CRS), together with parameter values for thousands of Coordinate Operations between various pairs of CRS. This 'sis-epsg' module contains the SQL scripts for creating a local copy of EPSG geodetic dataset. EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module with same content. See https://www.epsg.org/ for more information.

Group: org.apache.sis.non-free Artifact: sis-epsg
Show all versions Show documentation 
 

5 downloads
Artifact sis-epsg
Group org.apache.sis.non-free
Version 1.4
Last update 06. October 2023
Organization not specified
URL https://www.epsg.org/
License EPSG terms of use
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

accumulo-compactor from group org.apache.accumulo (version 3.0.0)

Group: org.apache.accumulo Artifact: accumulo-compactor
Show all versions Show documentation Show source 
 

0 downloads
Artifact accumulo-compactor
Group org.apache.accumulo
Version 3.0.0
Last update 14. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies guava, micrometer-core, accumulo-core, accumulo-server-base, accumulo-start, hadoop-client-api, log4j-1.2-api, libthrift, zookeeper, slf4j-api,
There are maybe transitive dependencies!

accumulo-compaction-coordinator from group org.apache.accumulo (version 3.0.0)

Group: org.apache.accumulo Artifact: accumulo-compaction-coordinator
Show all versions Show documentation Show source 
 

0 downloads
Artifact accumulo-compaction-coordinator
Group org.apache.accumulo
Version 3.0.0
Last update 14. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies caffeine, guava, accumulo-core, accumulo-server-base, accumulo-start, log4j-1.2-api, libthrift, zookeeper, slf4j-api,
There are maybe transitive dependencies!

accumulo-project from group org.apache.accumulo (version 3.0.0)

Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.

Group: org.apache.accumulo Artifact: accumulo-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact accumulo-project
Group org.apache.accumulo
Version 3.0.0
Last update 14. August 2023
Organization The Apache Software Foundation
URL https://accumulo.apache.org
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

interactive-bin-packing from group org.cicirello (version 3.1.5)

The Interactive Bin Packing Application provides a self-guided tutorial on combinatorial optimization, the bin packing problem, and constructive heuristics for bin packing. It also enables the user to interact with bin packing instances to explore their own problem solving strategies, or to test their knowledge of the various constructive heuristics covered by the tutorial. The application is not a solver for bin packing. The Interactive Bin Packing Application is a tool for learning about the bin packing problem, as well as for learning about heuristic techniques for solving instances of the problem.

Group: org.cicirello Artifact: interactive-bin-packing
Show all versions Show documentation Show source 
 

0 downloads
Artifact interactive-bin-packing
Group org.cicirello
Version 3.1.5
Last update 07. August 2023
Organization Cicirello.Org
URL https://github.com/cicirello/InteractiveBinPacking
License GPL-3.0-or-later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

qa-tester-utils from group dev.aherscu.qa (version 0.0.25)

JAX-RS generic providers, authenticators and logging filters, an auto-returning pool implementation based on Apache Commons Pooling, a wrapper around Apache Commons Configuration, various assertions for JSON and XML, a Read-Multi-Write lock, Hamcrest Matchers extensions for streams, and many other utilities for handling text, streams, lists, maps, etc. In addition, provides an AWS Cognito SRP filter for JAX-RS and a CLI for it.

Group: dev.aherscu.qa Artifact: qa-tester-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact qa-tester-utils
Group dev.aherscu.qa
Version 0.0.25
Last update 09. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 37
Dependencies lombok, aspectjrt, annotations, validation-api, javax.annotation-api, hamcrest, hamcrest-library, commons-pool2, aws-java-sdk-cognitoidp, opencsv, thumbnailator, java-8-matchers, jcurry, hamcrest-matchers, oval, reflections, commons-configuration, commons-collections, commons-collections4, commons-text, guava, javax.ws.rs-api, jmustache, yamlbeans, commons-lang3, commons-io, commons-codec, c10n-core, slf4j-api, jul-to-slf4j, logback-classic, json-path-assert, assertj-core, commons-jxpath, testng, wiremock-jre8, commons-cli,
There are maybe transitive dependencies!



Page 320 from 363 (items total 3624)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy