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

Download JAR files tagged by fails with all dependencies

Search JAR files by class name

truecommons-key-default from group net.java.truecommons (version 2.5.0)

The KeyManager implementation in this module fails to resolve any keys. Its priority is set to Integer.MIN_VALUE, so any other KeyManager module on the class path will take precedence.

Group: net.java.truecommons Artifact: truecommons-key-default
Show all versions Show documentation Show source 
 

1 downloads
Artifact truecommons-key-default
Group net.java.truecommons
Version 2.5.0
Last update 05. June 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies truecommons-key-spec, truecommons-key-spec,
There are maybe transitive dependencies!

li3-test from group com.ning.maven.plugins (version 0.0.13)

A Maven testing mojo which runs tests for the lithium PHP framework and fails if they fail in specific ways by searching through the output.

Group: com.ning.maven.plugins Artifact: li3-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact li3-test
Group com.ning.maven.plugins
Version 0.0.13
Last update 31. May 2012
Organization not specified
URL https://github.com/ning/maven-duplicate-finder-plugin
License Apache License 2.0
Dependencies amount 1
Dependencies maven-plugin-api,
There are maybe transitive dependencies!

cactus-tasks from group com.telenav.cactus (version 1.5.49)

Provides an abstraction for trees of grouped tasks which can be run in order, where each task can optionally supply some code to roll back what it did in the event it or a subsequent task fails.

Group: com.telenav.cactus Artifact: cactus-tasks
Show all versions Show documentation Show source 
 

0 downloads
Artifact cactus-tasks
Group com.telenav.cactus
Version 1.5.49
Last update 13. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies function,
There are maybe transitive dependencies!

result from group nl.markv (version 1.1.0)

`Result` is a value that can be either `Ok` or `Err`, to signal whether an operation succeeded or failed. Each variant can contain data, e.g. `Result<User, ErrMsg>` contains a `User` if ok, and `ErrMsg` when it fails.

Group: nl.markv Artifact: result
Show documentation Show source 
 

0 downloads
Artifact result
Group nl.markv
Version 1.1.0
Last update 02. April 2022
Organization not specified
URL https://github.com/mverleg/java-result
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies jsr305,
There are maybe transitive dependencies!

today-retry from group cn.taketoday (version 4.0.0-Draft.6)

This project provides an abstraction around retrying failed operations, with anemphasis on declarative control of the process and policy-based behaviour that iseasy to extend and customize. For instance, you can configure a plain POJOoperation to retry if it fails, based on the type of exception, and with a fixedor exponential backoff.

Group: cn.taketoday Artifact: today-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact today-retry
Group cn.taketoday
Version 4.0.0-Draft.6
Last update 19. March 2024
Organization TODAY Tech
URL https://github.com/TAKETODAY/today-infrastructure
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies today-core, today-context,
There are maybe transitive dependencies!

com.liferay.gradle.plugins.dependency.checker from group com.liferay (version 1.0.6)

The Dependency Checker Gradle plugin lets you warn users if a specific configuration dependency is not the latest one available from the Maven central repository. The plugin eventually fails the build if the dependency age (the difference between the timestamp of the current version and the latest version) is above a predetermined threshold.

Group: com.liferay Artifact: com.liferay.gradle.plugins.dependency.checker
Show all versions Show documentation Show source 
 

1 downloads
Artifact com.liferay.gradle.plugins.dependency.checker
Group com.liferay
Version 1.0.6
Last update 04. August 2023
Organization not specified
URL Not specified
License LGPL 2.1
Dependencies amount 2
Dependencies com.liferay.gradle.util, expiringmap,
There are maybe transitive dependencies!

DolphinNG from group com.github.basavaraj1985 (version 1.3.0)

DolphinNG provides set of very useful addons for testNG. Most important features that it supports are condensed smart reports, auto creation of jira ticets for test failures, linking test fails to jira tickets, progress reporting during test runs.

Group: com.github.basavaraj1985 Artifact: DolphinNG
Show all versions Show documentation Show source 
 

0 downloads
Artifact DolphinNG
Group com.github.basavaraj1985
Version 1.3.0
Last update 29. January 2018
Organization not specified
URL https://github.com/basavaraj1985/DolphinNG
License The Apache License, Version 2.0
Dependencies amount 10
Dependencies log4j-api, log4j-core, commons-lang, jersey-client, commons-configuration, testng, velocity, commons-io, json-path, rest-assured,
There are maybe transitive dependencies!

pojomatic-test-utils from group org.pojomatic (version 1.0)

Utilities to help with writing tests for, or using, classes which use Pojomatic. This library includes classes with JUnit and TestNG style assertEquals methods which include differences (via Pojomatic.diff(Object, Object)) in the error message if the assertion fails.

Group: org.pojomatic Artifact: pojomatic-test-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact pojomatic-test-utils
Group org.pojomatic
Version 1.0
Last update 25. April 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies pojomatic,
There are maybe transitive dependencies!

spring-retry from group org.springframework.retry (version 2.0.9)

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Group: org.springframework.retry Artifact: spring-retry
Show all versions Show documentation Show source 
 

180 downloads
Artifact spring-retry
Group org.springframework.retry
Version 2.0.9
Last update 13. September 2024
Organization SpringSource
URL https://www.springsource.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jexample from group net.sf.jexample (version 4.4-378)

JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

Group: net.sf.jexample Artifact: jexample
Show documentation Show source 
 

0 downloads
Artifact jexample
Group net.sf.jexample
Version 4.4-378
Last update 19. July 2011
Organization Software Composition Group
URL http://www.iam.unibe.ch/~scg/Research/JExample
License Common Public License Version 1.0 (CPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!



Page 3 from 3 (items total 41)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy