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

Download JAR files tagged by applications with all dependencies

Search JAR files by class name

box from group edu.byu.hbll.box (version 1.3.5)

Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.

Group: edu.byu.hbll.box Artifact: box
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact box
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL https://bitbucket.org/byuhbll/box
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

box-web from group edu.byu.hbll.box (version 1.3.5)

Group: edu.byu.hbll.box Artifact: box-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact box-web
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, stats,
There are maybe transitive dependencies!

ignifera_2.12 from group com.github.norwae (version 1.1.0)

Adds deployment support for akka-http applications in kubernetes. The facilities are: 1) promotheus statistics export and collection for akka http routes. The library collects http result codes, timings, and requests in flight. It additionally optionally exposes some basic akka statistics. 2) Graceful shutdown, health and readiness functions. These routes are provided at a low level to they can be used by both the routing DSL and special case implementations. 3) Access log collection. These functions can be freely composed to (e.g.) exclude health check routes from statistics and access log, or include them, depending on the requirements and standards of the user

Group: com.github.norwae Artifact: ignifera_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact ignifera_2.12
Group com.github.norwae
Version 1.1.0
Last update 22. August 2018
Organization com.github.norwae
URL https://github.com/norwae/ignifera
License BSD 2-Clause
Dependencies amount 9
Dependencies scala-library, akka-actor_2.12, akka-stream_2.12, akka-http-core_2.12, akka-http_2.12, simpleclient, simpleclient_hotspot, simpleclient_common, slf4j-api,
There are maybe transitive dependencies!

tomcat-deployment-listener from group com.github.yohayg (version 2.0.0)

According to Docker best practices a Docker container should not be up if the process fails to load properly. Apache Tomcat deploys all the web applications loaded in its webapp folder. This is a resilient solution for web applications not influencing the application server. However, In a Docker environment according to best practice, the process should fail in case the web application failed to initialize properly. By adding the additional jar created by this project to Tomcat classpath and adding the new listener in the Tomcat conf/server.xml the user can make sure the Tomcat process fails in case there is an initialization exception in their web application which will cause the Tomcat used the tomcat container to abort in immediately indicate that there was an initialization error Abort tomcat when a webapp fails to deploy in Docker container Docker container best practice. Tomcat does not stop if a webapp fail to deploy and the container will continue to run. By adding this listener the tomcat will abort in case the Tomcat fails to deploy the webapp, And the container will not start. You will need to place the listener in Tomcat server.xml and set the Tomcat classpath to contain this jar

Group: com.github.yohayg Artifact: tomcat-deployment-listener
Show all versions Show documentation Show source 
 

0 downloads
Artifact tomcat-deployment-listener
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!

biz.aQute.jpm.run from group biz.aQute.bnd (version 3.5.0)

jpm4j is Just another Package Manager for Java. It stills the envy of all Java developers of Ruby with their Gems, Perl with its cpan, and Python with its pips. jpm makes it very easy to deploy Java applications on a myriad of platforms. This program is the command line application that performs the front end of the https://www.jpm4j.org website. It provides full access to the repository index (i.e. jpm find osgi), it can be used to install, etc. Use jpm help to see all the commands.

Group: biz.aQute.bnd Artifact: biz.aQute.jpm.run
Show all versions Show documentation Show source 
 

61 downloads
Artifact biz.aQute.jpm.run
Group biz.aQute.bnd
Version 3.5.0
Last update 02. October 2017
Organization jpm4j.org
URL https://www.jpm4j.org/#/md/jpm
License http://www.opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dyna4jdbc from group com.github.peter-gergely-horvath (version 3.1.1)

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

Group: com.github.peter-gergely-horvath Artifact: dyna4jdbc
Show all versions Show documentation Show source 
 

2 downloads
Artifact dyna4jdbc
Group com.github.peter-gergely-horvath
Version 3.1.1
Last update 17. September 2017
Organization not specified
URL https://github.com/peter-gergely-horvath/dyna4jdbc
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

threadfix-cli from group com.denimgroup.threadfix (version 2.5)

This module contains library classes for accessing the ThreadFix REST API. The ThreadFix IDE plugins use this library to retrieve application and vulnerability marker information, and in the ThreadFix scanner plugins to get endpoint information and upload scans to ThreadFix applications. The easiest way to start using the library is with the PluginClient or ThreadFixRestClient classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix API key and url information. The default PropertiesManager implementation stores these properties in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class to override this behavior for the target platform.

Group: com.denimgroup.threadfix Artifact: threadfix-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact threadfix-cli
Group com.denimgroup.threadfix
Version 2.5
Last update 28. August 2017
Organization Denim Group, Ltd.
URL https://github.com/denimgroup/threadfix
License Mozilla Public License, Version 2.0
Dependencies amount 7
Dependencies threadfix-entities, commons-httpclient, commons-cli, commons-io, commons-validator, gson, jackson-annotations,
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!

cloudinary-parent from group com.cloudinary (version 1.12.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cloudinary-parent
Group com.cloudinary
Version 1.12.0
Last update 01. May 2017
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truezip from group de.schlichtherle.truezip (version 7.7.10)

TrueZIP is a Java based virtual file system (VFS) which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueZIP provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueZIP provides the interfaces and classes to write file system drivers which plug-in to its federated file system space.

Group: de.schlichtherle.truezip Artifact: truezip
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truezip
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1480 from 1497 (items total 14961)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy