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

Download JAR files tagged by notify with all dependencies

Search JAR files by class name

qrcodereaderview from group com.dlazaro66.qrcodereaderview (version 2.0.2)

Android view which show camera and notify when there's a QR code inside the preview.

Group: com.dlazaro66.qrcodereaderview Artifact: qrcodereaderview
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact qrcodereaderview
Group com.dlazaro66.qrcodereaderview
Version 2.0.2
Last update 29. March 2017
Organization not specified
URL https://github.com/dlazaro66/QRCodeReaderView/tree/master/QRCodeReaderView-lib
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

javascript-resources from group works.lmz.javascript (version 1.1)

A web fragment that provides a bus mechanism for application parts to notify items that need to be in the Window namespace.

Group: works.lmz.javascript Artifact: javascript-resources
Show documentation Show source 
 

0 downloads
Artifact javascript-resources
Group works.lmz.javascript
Version 1.1
Last update 23. February 2016
Organization not specified
URL http://lmz.works/javascript-resources
License MIT License
Dependencies amount 5
Dependencies composite-spring-web, common-configuration, common-jackson-api, lmz-version, composite-servlet3,
There are maybe transitive dependencies!

javascript-resources from group nz.ac.auckland.lmz.javascript (version 1.6)

A web fragment that provides a bus mechanism for application parts to notify items that need to be in the Window namespace.

Group: nz.ac.auckland.lmz.javascript Artifact: javascript-resources
Show all versions Show documentation Show source 
 

0 downloads
Artifact javascript-resources
Group nz.ac.auckland.lmz.javascript
Version 1.6
Last update 08. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies composite-spring-web, common-configuration, common-jackson-api, lmz-version, composite-servlet,
There are maybe transitive dependencies!

common-jsresource from group nz.ac.auckland.common (version 1.7)

A web fragment that provides a bus mechanism for application parts to notify items that need to be in the Window namespace.

Group: nz.ac.auckland.common Artifact: common-jsresource
Show documentation Show source 
 

0 downloads
Artifact common-jsresource
Group nz.ac.auckland.common
Version 1.7
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies composite-spring-web, common-jackson-api,
There are maybe transitive dependencies!

quarkus-systemd-notify from group io.quarkiverse.systemd.notify (version 1.0.2)

Notify Linux service manager (systemd) about start-up completion and other service status changes.

Group: io.quarkiverse.systemd.notify Artifact: quarkus-systemd-notify
Show all versions Show documentation Show source 
 

0 downloads
Artifact quarkus-systemd-notify
Group io.quarkiverse.systemd.notify
Version 1.0.2
Last update 29. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies quarkus-core,
There are maybe transitive dependencies!

fasterpay-java-sdk from group com.fasterpay (version 1.0.0)

FasterPay Java SDK enables you to integrate the FasterPay's Checkout Page seamlessly without having the hassle of integrating everything from Scratch. Once your customer is ready to pay, FasterPay will take care of the payment, notify your system about the payment and return the customer back to your Thank You page.

Group: com.fasterpay Artifact: fasterpay-java-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact fasterpay-java-sdk
Group com.fasterpay
Version 1.0.0
Last update 30. July 2019
Organization not specified
URL https://www.fasterpay.com
License The MIT License
Dependencies amount 6
Dependencies throwing-lambdas, guava, feign-jackson, feign-okhttp, feign-slf4j, json,
There are maybe transitive dependencies!

fasterpay-android-sdk from group com.fasterpay (version 1.0)

FasterPay Android SDK enables you to integrate the FasterPay's Checkout Page seamlessly without having the hassle of integrating everything from Scratch. Once your customer is ready to pay, FasterPay will take care of the payment, notify your system about the payment and return the customer back to your Thank You page.

Group: com.fasterpay Artifact: fasterpay-android-sdk
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fasterpay-android-sdk
Group com.fasterpay
Version 1.0
Last update 02. July 2019
Organization not specified
URL https://www.fasterpay.com
License The MIT License
Dependencies amount 5
Dependencies kotlin-android-extensions-runtime, kotlin-stdlib-jdk7, appcompat-v7, constraint-layout, design,
There are maybe transitive dependencies!

jalarms from group net.sf.jalarms (version 1.5.2)

A simple to use alarm system for Java server applications. With jAlarms you can notify different users through different means about certain events in your application, so they can receive notice via email, MSN, SMS, Twitter, etc.

Group: net.sf.jalarms Artifact: jalarms
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jalarms
Group net.sf.jalarms
Version 1.5.2
Last update 16. June 2011
Organization Java Mexico
URL http://jalarms.sourceforge.net/
License GNU Lesser General Public License, version 2.1
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

org.i3xx.step.clock from group org.i3xx.step (version 0.1.0)

A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.

Group: org.i3xx.step Artifact: org.i3xx.step.clock
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.step.clock
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

NewsBoy from group com.elusive-code.newsboy (version 0.2)

Asynchronous publish-subscribe communication library. Features: 1. Listeners are stored using WeakReferences to prevent memory leaks when they are not unsubscribed. 2. Uses fork-join framework for concurrent event delivery. 3. Publish methods returns collection of Futures that represent event notifications. 4. Supports ordered publishing: guaranteed to notify of the events in order they were published. 5. Provides EventSource and EventService interfaces for better integration with IOC containers and alternative implementations.

Group: com.elusive-code.newsboy Artifact: NewsBoy
Show all versions Show documentation Show source 
 

0 downloads
Artifact NewsBoy
Group com.elusive-code.newsboy
Version 0.2
Last update 20. April 2014
Organization not specified
URL https://github.com/elusive-code/NewsBoy
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies junit, commons-lang3,
There are maybe transitive dependencies!



Page 15 from 15 (items total 150)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy