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

Download JAR files tagged by immediately with all dependencies

Search JAR files by class name

testng-error-notifier from group io.github.solf (version 1.0.1)

Dumps TestNG failures notifications immediately when they happen into System.err and slf4j (if available) under 'testng-error-notifier' logger

Group: io.github.solf Artifact: testng-error-notifier
Show all versions Show documentation Show source 
 

0 downloads
Artifact testng-error-notifier
Group io.github.solf
Version 1.0.1
Last update 08. December 2021
Organization not specified
URL https://github.com/solf/testng-error-notifier
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

naginator from group org.jvnet.hudson.plugins (version 1.5)

Naginator is a plugin for Hudson that schedules a new build immediately following a build failure, thereby nagging the project members that the build is failing.

Group: org.jvnet.hudson.plugins Artifact: naginator
Show all versions Show documentation Show source 
 

1 downloads
Artifact naginator
Group org.jvnet.hudson.plugins
Version 1.5
Last update 07. December 2009
Organization not specified
URL http://wiki.hudson-ci.org/display/HUDSON/Naginator+Plugin
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

RsvrJdbc from group jp.igapyon.rsvr.jdbc (version 1.0.20220917k)

RsvrJdbc is a lightweight library designed to eliminate minor annoyances in JDBC programming. RsvrJdbc is designed so that experienced JDBC programmers can start using RsvrJdbc immediately by knowing the small changes in RsvrJdbc, and so that they can eliminate minor annoyances.

Group: jp.igapyon.rsvr.jdbc Artifact: RsvrJdbc
Show documentation Show source 
 

0 downloads
Artifact RsvrJdbc
Group jp.igapyon.rsvr.jdbc
Version 1.0.20220917k
Last update 16. September 2022
Organization not specified
URL https://github.com/igapyon/RsvrJdbc
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-math3 from group com.guicedee.services (version 62)

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Group: com.guicedee.services Artifact: commons-math3
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-math3
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL http://commons.apache.org/proper/commons-math/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fluent-xml-writer from group foundation.fluent.api (version 1.0)

Fluent hierarchical XML writer, allowing to generate XML file (or other output stream) fluently: document(output).version(1.0).tag("root").text("Hello").end().close(); It is immediately streaming to the output stream. Not holding anything in memory.

Group: foundation.fluent.api Artifact: fluent-xml-writer
Show documentation Show source 
 

0 downloads
Artifact fluent-xml-writer
Group foundation.fluent.api
Version 1.0
Last update 09. August 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-math3 from group org.apache.commons (version 3.6.1)

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Group: org.apache.commons Artifact: commons-math3
Show all versions Show documentation Show source 
 

1023 downloads
Artifact commons-math3
Group org.apache.commons
Version 3.6.1
Last update 17. March 2016
Organization not specified
URL http://commons.apache.org/proper/commons-math/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-math from group org.apache.commons (version 2.2)

The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Group: org.apache.commons Artifact: commons-math
Show all versions Show documentation Show source 
 

27 downloads
Artifact commons-math
Group org.apache.commons
Version 2.2
Last update 26. February 2011
Organization not specified
URL http://commons.apache.org/math/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cooee from group org.karora (version 1.1)

Cooee is a Web UI framework that closely follows the Swing API without the hassle of Javascript. This means that developers with little to no web application experience can immediately begin coding web applications with their existing Swing API knowledge. The code base represents a combined fork of the Echo2 source code and associated projects

Group: org.karora Artifact: cooee
Show documentation Show source 
 

0 downloads
Artifact cooee
Group org.karora
Version 1.1
Last update 23. March 2008
Organization not specified
URL http://www.karora.org/projects/cooee
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

smoketest from group zone.gryphon.ignore (version 0.20.95-5914d8c)

Since the parent-pom and base-bom projects are both packaged with "pom" packaging and as such don't contain any actual source code, it's easy for non-obvious configuration bugs to slip through which don't affect them, but immediately break projects with actual source code. The purpose of this module is to provide a minimal example of a jar maven project which exercises various pieces of maven functionality, to ensure that no easily detectable issues slip through.

Group: zone.gryphon.ignore Artifact: smoketest
Show all versions Show documentation Show source 
 

0 downloads
Artifact smoketest
Group zone.gryphon.ignore
Version 0.20.95-5914d8c
Last update 16. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies 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!



Page 1 from 2 (items total 12)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy