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

Download JAR files tagged by items with all dependencies

Search JAR files by class name

spring-batch-context from group org.digibooster.spring.batch (version 1.1.0-RELEASE)

The aim of this library is to allow developers who use spring-batch to propagate information from the main thread that runs the batch to the executions context of the batch items : ItemReader, ItemProcessor and ItemWriter. For example we some times need to extract the current user from Security Context, so instead of writing the code that passes the current user information as a job parameter we let this library to handle it. This library can be extended to support any information developer want to add.

Group: org.digibooster.spring.batch Artifact: spring-batch-context
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-batch-context
Group org.digibooster.spring.batch
Version 1.1.0-RELEASE
Last update 17. February 2023
Organization not specified
URL https://github.com/zahidMed/spring-batch-context
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

schedule-viewer-configuration-app from group org.ogema.tools (version 2.2.1)

App Configuration for flexible Scheduleviewer: Its manipulates the ScheduleViewerBasis-Example App in different Configurations: * show/hide/disable some Options * renaming the ScheduleSelector-Items (longname. shortname, Path) * Select/Deselect all ScheduleSelector Items * preselection of some Programm/Selectors/ Filterselectors / Schedules * Export as JSON and/or CSV * Save the SessionSelection in a JSON-String Resource

Group: org.ogema.tools Artifact: schedule-viewer-configuration-app
Show all versions Show documentation Show source 
 

0 downloads
Artifact schedule-viewer-configuration-app
Group org.ogema.tools
Version 2.2.1
Last update 06. December 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.osgi.core, org.osgi.compendium, org.apache.felix.scr.annotations, api, models, ogema-js-bundle, widget-collection, standard-patterns, widget-experimental,
There are maybe transitive dependencies!

photo-picker-plus from group com.getchute.android.libs.photopickerplus (version 2.3.3)

PhotoPicker+ is a component made for developers to easily integrate it inside their application and enable photo and video picking functionality. This component enables browsing media items from services such as Facebook, Picasa, Instagram, Flickr, Google+, Google Drive, SkyDrive, YouTube and Dropbox. It also enables capturing photos and videos with the native camera application and choosing media items from the device.

Group: com.getchute.android.libs.photopickerplus Artifact: photo-picker-plus
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact photo-picker-plus
Group com.getchute.android.libs.photopickerplus
Version 2.3.3
Last update 21. November 2017
Organization not specified
URL https://github.com/chute/photo-picker-plus-android
License The Apache Software License, Version 2.0
Dependencies amount 10
Dependencies appcompat-v7, cardview-v7, recyclerview-v7, picasso, rxandroid, rxjava, retrofit, adapter-rxjava, converter-gson, android-commons,
There are maybe transitive dependencies!

library from group com.getchute.android.libs.photopickerplus (version 2.2.2)

PhotoPicker+ is a component made for developers to easily integrate it inside their application and enable photo and video picking functionality. This component enables browsing media items from services such as Facebook, Picasa, Instagram, Flickr, Google+, Google Drive, SkyDrive, YouTube and Dropbox. It also enables capturing photos and videos with the native camera application and choosing media items from the device.

Group: com.getchute.android.libs.photopickerplus Artifact: library
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library
Group com.getchute.android.libs.photopickerplus
Version 2.2.2
Last update 16. June 2016
Organization not specified
URL https://github.com/chute/photo-picker-plus-android
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies appcompat-v7, library, picasso, cardview-v7, recyclerview-v7,
There are maybe transitive dependencies!

core-uber from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core-uber
Show all versions Show documentation Show source 
 

0 downloads
Artifact core-uber
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

core from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-codec, json,
There are maybe transitive dependencies!

parent from group eu.mais-h.mathsync (version 0.6.2)

Helping synchronization between clients and servers accross a network. The client is expected to have pushed its changes to the server and then requests the library to pull changes from the server. Clients of the library must provide on the server a way to serialize items and an endpoint, as well as a way to deserialize items and to access the server endpoint on the client. The algorithm requires O(log(n)) roundtrips to the server and consumes a total bandwidth of O(n) where n is the number of items which changed on the server since the last synchronization

Group: eu.mais-h.mathsync Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL http://mathsync.mais-h.eu
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cristalise-kernel from group org.cristalise (version 6.0.0)

Cristal-ise is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.

Group: org.cristalise Artifact: cristalise-kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact cristalise-kernel
Group org.cristalise
Version 6.0.0
Last update 25. February 2024
Organization CRISTAL-iSE
URL https://github.com/cristal-ise/kernel
License GNU Library or Lesser General Public License v3 (LGPL3)
Dependencies amount 6
Dependencies vertx-service-proxy, vertx-hazelcast, vertx-shell, vertx-tcp-eventbus-bridge, mvel2, guava,
There are maybe transitive dependencies!

cristalise from group org.cristalise (version 6.0.0)

Cristal-ise is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.

Group: org.cristalise Artifact: cristalise
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cristalise
Group org.cristalise
Version 6.0.0
Last update 25. February 2024
Organization CRISTAL-iSE
URL https://github.com/cristal-ise/cristal-ise
License GNU Library or Lesser General Public License v3 (LGPL3)
Dependencies amount 7
Dependencies nashorn-core, xercesImpl, castor-xml-schema, castor-xml, shiro-core, slf4j-api, xmlunit-core,
There are maybe transitive dependencies!

springBatchPerformanceMonitoring from group de.viadee (version 1.0.2)

This Tool provides the means to monitor the performance of Spring Batch applications without the need to manipulate the respective code basis. Through Listeners and AOP it evaluates the throughput of a monitored Job and writes the result to a simble database-schema (a file-based H2 by default). It measures the performance of Job, Step, Chunk, Reader/Processor/Writer/Tasklet down to indivdual Items. Installation/Usage: 1. Add the springBatchPerformanceMonitoring-dependency to your POM 2. Add the de.viadee.spring.batch.infrastructure.Configurator.class to your Spring-Application-Context (via @Import on your Configuration) 3. Run the Job 4. By default the monitoring result is written to project-folder/target/database/monitoringDB.mv.db

Group: de.viadee Artifact: springBatchPerformanceMonitoring
Show documentation Show source 
 

0 downloads
Artifact springBatchPerformanceMonitoring
Group de.viadee
Version 1.0.2
Last update 10. July 2017
Organization viadee Unternehmensberatung GmbH
URL https://java.viadee.de/spring-batch-monitoring/
License FreeBSD License
Dependencies amount 16
Dependencies spring-batch-core, spring-batch-infrastructure, spring-beans, spring-core, spring-context, spring-tx, spring-jdbc, spring-test, spring-aop, aspectjrt, aspectjweaver, log4j, junit, mockito-core, h2, tomcat-dbcp,
There are maybe transitive dependencies!



Page 24 from 26 (items total 258)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy