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

Download JAR files tagged by recipe with all dependencies

Search JAR files by class name

rghibernate from group com.redislabs (version 1.1.0)

A Write-Behind and Write-Through recipe for RedisGears using Hibernate

Group: com.redislabs Artifact: rghibernate
Show documentation Show source 
 

0 downloads
Artifact rghibernate
Group com.redislabs
Version 1.1.0
Last update 14. July 2022
Organization RedisLabs
URL https://oss.redislabs.com/redisgears
License BSD 3-clause
Dependencies amount 11
Dependencies postgresql, mssql-jdbc, hibernate-core, gear_runtime, mariadb-java-client, jaxb-api, org.eclipse.persistence.moxy, jackson-annotations, jackson-core, jackson-databind, ojdbc10-production,
There are maybe transitive dependencies!

minecraft-modpack-almond-datapack-recipes from group com.github.rremer (version 1.18.1-2)

Datapack of recipe overrides for a vanilla-substitute of Minecraft.

Group: com.github.rremer Artifact: minecraft-modpack-almond-datapack-recipes
Show all versions Show source 
 

0 downloads
Artifact minecraft-modpack-almond-datapack-recipes
Group com.github.rremer
Version 1.18.1-2
Last update 14. February 2022
Organization Royce Remer
URL ${github.site.url}/${github.site.location}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

recipe-generator from group ca.derekcormier.recipe (version 0.4.0)

Generates ingredients and implementation hooks for the Recipe framework

Group: ca.derekcormier.recipe Artifact: recipe-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact recipe-generator
Group ca.derekcormier.recipe
Version 0.4.0
Last update 26. December 2019
Organization not specified
URL https://github.com/kormide/recipe
License MIT License
Dependencies amount 5
Dependencies args4j, jackson-dataformat-yaml, jackson-databind, google-java-format, liqp,
There are maybe transitive dependencies!

jetty-base from group org.sonatype.runtime.recipes (version 7.0.1.v20091125-v0001)

Base Jetty recipe with an JSW booter (no including configuration).

Group: org.sonatype.runtime.recipes Artifact: jetty-base
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jetty-base
Group org.sonatype.runtime.recipes
Version 7.0.1.v20091125-v0001
Last update 29. September 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies bar-jsw, p2-touchpoint-mixin-jsw, jetty-distribution, advice-generic, advice-generic, advice-jetty,
There are maybe transitive dependencies!

dropwizard-leader-latch from group org.kiwiproject (version 2.1.0)

This is a small library that integrates Apache Curator's Leader Latch recipe into a Dropwizard service.

Group: org.kiwiproject Artifact: dropwizard-leader-latch
Show all versions Show documentation Show source 
 

0 downloads
Artifact dropwizard-leader-latch
Group org.kiwiproject
Version 2.1.0
Last update 07. July 2024
Organization not specified
URL https://github.com/kiwiproject/dropwizard-leader-latch
License not specified
Dependencies amount 5
Dependencies curator-recipes, dropwizard-core, kiwi, metrics-healthchecks-severity, slf4j-api,
There are maybe transitive dependencies!

kmm-miam-sdk from group tech.miam.sdk (version 4.0.7)

Miam SDK is a component libray that is directly wired with miam API. It allow you to inject recipe into your mobile App

Group: tech.miam.sdk Artifact: kmm-miam-sdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kmm-miam-sdk
Group tech.miam.sdk
Version 4.0.7
Last update 23. April 2024
Organization not specified
URL https://github.com/miamtech/miam-sdk
License Miam License
Dependencies amount 25
Dependencies kotlinx-coroutines-core, kotlinx-coroutines-android, kotlinx-datetime, ktor-client-core, ktor-client-android, ktor-serialization-kotlinx-json, ktor-client-content-negotiation, ktor-client-encoding, ktor-client-logging, material, compiler, ui-tooling, ui, foundation, material, koin-core, koin-android, coil-compose, coil-svg, navigation-runtime-ktx, navigation-compose, resources, resources-android, exoplayer, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

androidSDK from group tech.miam.sdk (version 2.1.0)

Miam SDK is a component libray that is directly wired with miam API. It allow you to inject recipe into your mobile App

Group: tech.miam.sdk Artifact: androidSDK
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact androidSDK
Group tech.miam.sdk
Version 2.1.0
Last update 02. August 2022
Organization not specified
URL https://gitlab.com/miam/kmm-miam-sdk
License Miam License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

recipe-generator-maven-plugin from group ca.derekcormier.recipe (version 0.4.0)

Maven plugin to generate ingredients and implementation hooks for the Recipe framework

Group: ca.derekcormier.recipe Artifact: recipe-generator-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact recipe-generator-maven-plugin
Group ca.derekcormier.recipe
Version 0.4.0
Last update 26. December 2019
Organization not specified
URL https://github.com/kormide/recipe
License MIT License
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-core, maven-project, recipe-generator,
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!

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

This queue interface recipe implements the queue recipe A more detailed explanation is at: http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/ This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS. It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.

Group: io.streamnative Artifact: zookeeper-recipes-queue
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-recipes-queue
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 4 from 4 (items total 40)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy