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

Download JAR files tagged by asynchronous with all dependencies

Search JAR files by class name

butor-fw-web-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-web-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-web-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-fw-core-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-core-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-core-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

quasar-maven-plugin from group com.vlkan (version 0.7.9)

Quasar is a Java library that provides high-performance lightweight threads, Go-like channels, Erlang-like actors, and other asynchronous programming tools. Quasar fibers rely on bytecode instrumentation. This can be done at classloading time via a Java Agent, or at compilation time. This project ships a Maven plugin for the ahead-of-time Quasar instrumentation of the compiled class files.

Group: com.vlkan Artifact: quasar-maven-plugin
Show all versions Show documentation Show source 
 

2 downloads
Artifact quasar-maven-plugin
Group com.vlkan
Version 0.7.9
Last update 05. October 2017
Organization not specified
URL https://github.com/vy/quasar-maven-plugin
License The BSD 3-Clause License
Dependencies amount 4
Dependencies maven-plugin-api, maven-core, maven-plugin-annotations, quasar-core,
There are maybe transitive dependencies!

audit-parent from group org.beiter.michael.eaudit4j (version 1.1)

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-futures from group net.florianschoppmann.java (version 1.1.0)

Bridge gaps and help overcome inconveniences with CompletableFuture. This module includes, among other features, methods to collect the results of multiple futures into a list, provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.

Group: net.florianschoppmann.java Artifact: java-futures
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-futures
Group net.florianschoppmann.java
Version 1.1.0
Last update 14. March 2016
Organization not specified
URL https://github.com/fschopp/java-futures
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-acl from group com.butor (version 1.0.0)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project is an ACL module

Group: com.butor Artifact: butor-acl
Show all versions Show documentation Show source 
 

0 downloads
Artifact butor-acl
Group com.butor
Version 1.0.0
Last update 12. May 2015
Organization not specified
URL http://www.butor.com
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, commons-io, butor-utils,
There are maybe transitive dependencies!

butor-realm from group com.butor (version 1.0.0)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project is the Realm module.

Group: com.butor Artifact: butor-realm
Show all versions Show documentation Show source 
 

0 downloads
Artifact butor-realm
Group com.butor
Version 1.0.0
Last update 12. May 2015
Organization not specified
URL http://www.butor.com
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, butor-utils, commons-io,
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!

netty from group org.jboss.netty (version 3.2.10.Final)

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Group: org.jboss.netty Artifact: netty
Show all versions Show source 
 

71 downloads
Artifact netty
Group org.jboss.netty
Version 3.2.10.Final
Last update 28. November 2013
Organization not specified
URL http://www.jboss.org/netty/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

glue-core from group de.ovgu.dke.glue (version 0.2.2)

GLUE is a Java library that simplifies asynchronous communication between heterogeneous software components. It supports various exchangeable transport protocols such that data can be easily transmitted in every situation: within a single Java virtual machine (in-memory); over the wire (IP socket); or even within a chat procolol (XMPP).

Group: de.ovgu.dke.glue Artifact: glue-core
Show documentation Show source 
 

1 downloads
Artifact glue-core
Group de.ovgu.dke.glue
Version 0.2.2
Last update 11. February 2013
Organization not specified
URL https://projects.dke-research.de/redmine/projects/glue/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies jcip-annotations,
There are maybe transitive dependencies!



Page 139 from 142 (items total 1418)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy