Download JAR files tagged by regard with all dependencies
jpms-readiness-maven-plugin from group org.fuin.jpmsr (version 0.2.1)
Maven plugin that verifies the readiness of all dependencies in regard to the Java Platform Module System (JPMS) [PLUGIN].
Group: org.fuin.jpmsr Artifact: jpms-readiness-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jpms-readiness-maven-plugin
Group org.fuin.jpmsr
Version 0.2.1
Last update 19. April 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies mojo-executor, slf4j-api, jcabi-maven-slf4j,
There are maybe transitive dependencies!
Group org.fuin.jpmsr
Version 0.2.1
Last update 19. April 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies mojo-executor, slf4j-api, jcabi-maven-slf4j,
There are maybe transitive dependencies!
chronos-surefire-maven-plugin from group org.codehaus.mojo (version 1.1.0)
This plugin enables you to track and the executiontimes of a selection of Your unittests (JUnit or TestNG).
One usage is to regard some of your automatic testcases as performancetests, tracking their executiontimes.
Another usage is simply to monitor Your automatic tests to discover reasons for slow build times.
0 downloads
Artifact chronos-surefire-maven-plugin
Group org.codehaus.mojo
Version 1.1.0
Last update 23. August 2012
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 11
Dependencies maven-plugin-api, junit, derby, jdom, hibernate-entitymanager, jboss-logging, slf4j-api, jul-to-slf4j, slf4j-nop, maven-project, commons-math,
There are maybe transitive dependencies!
Group org.codehaus.mojo
Version 1.1.0
Last update 23. August 2012
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 11
Dependencies maven-plugin-api, junit, derby, jdom, hibernate-entitymanager, jboss-logging, slf4j-api, jul-to-slf4j, slf4j-nop, maven-project, commons-math,
There are maybe transitive dependencies!
multex from group io.github.christophknabe (version 8.5.1)
MulTEx is a simple, but powerful framework for organizing exceptions
and messages in a multi-tier Java software system.
It offers the key features:
Causal chains/trees as a means to capture low-level error information.
Redundancy-free stack traces and message chains in the case of indirectly caused exceptions.
Internationalized message texts and parameters for exceptions.
Services for reporting an exception chain/tree onto streams and dialogs.
A standard way for writing method bodies with regard to exceptions.
A collection of utilities for centralized exception reporting.
0 downloads
Artifact multex
Group io.github.christophknabe
Version 8.5.1
Last update 18. May 2022
Organization Berliner Hochschule für Technik - Berlin University of Applied Sciences and Technology
URL http://public.bht-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 3
Dependencies amount 1
Dependencies tools,
There are maybe transitive dependencies!
Group io.github.christophknabe
Version 8.5.1
Last update 18. May 2022
Organization Berliner Hochschule für Technik - Berlin University of Applied Sciences and Technology
URL http://public.bht-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 3
Dependencies amount 1
Dependencies tools,
There are maybe transitive dependencies!
multex from group de.tfh-berlin.knabe (version 7.1)
MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system.
It offers the key features:
Causal chains/trees as a means to capture low-level error information
Redundancy-free stack traces in the case of indirectly caused exceptions
Internationalizable message texts and parameters for exceptions
Services for reporting an exception with its causal chain/tree onto streams and screens
A standard way for writing method bodies with regard to exceptions.
MulTEx depends on Java >= 1.4
Artifact multex
Group de.tfh-berlin.knabe
Version 7.1
Last update 02. May 2007
Organization not specified
URL http://www.tfh-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.tfh-berlin.knabe
Version 7.1
Last update 02. May 2007
Organization not specified
URL http://www.tfh-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
alphatier from group io.alphatier (version 0.3.0)
Alphatier is a resource management library. It is designed to allow different
schedulers to share the resources of a pool of executors in order to execute
tasks with those.
Read the [detailed documentation](#io.alphatier.pools) below to get an in-depth
understanding.
## License
Copyright © 2014 [Tobias Sarnowski](mailto:[email protected]),
[Willi Schönborn](mailto:[email protected])
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
## Usage
The library is written in [Clojure](http://clojure.org/) and is available in the
[central Maven repository](https://repo1.maven.org/maven2/io/alphatier/alphatier/):
<dependency>
<groupId>io.alphatier</groupId>
<artifactId>alphatier</artifactId>
<version>0.3.0</version>
</dependency>
The library is written in pure Clojure without [ahead-of-time compilation](http://clojure.org/compilation).
This means, that the library does not contain any *.class files. If you work with
Clojure, this is not a problem but if you like to use the library from another
JVM language (like Java, Scala or Groovy), you can use
[Clojure's built-in tools](http://clojure.org/java_interop#Java%20Interop-Calling%20Clojure%20From%20Java)
for interoperability or try our Java library:
[https://github.com/sarnowski/alphatier-java](https://github.com/sarnowski/alphatier-java)
### Development
If you like to change this library, please have a look at the [README](README.md). Development is done via
[Github](https://github.com/sarnowski/alphatier).
Artifact alphatier
Group io.alphatier
Version 0.3.0
Last update 16. October 2014
Organization not specified
URL http://alphatier.io
License ISC License
Dependencies amount 3
Dependencies clojure, core.incubator, core.typed,
There are maybe transitive dependencies!
Group io.alphatier
Version 0.3.0
Last update 16. October 2014
Organization not specified
URL http://alphatier.io
License ISC License
Dependencies amount 3
Dependencies clojure, core.incubator, core.typed,
There are maybe transitive dependencies!
Page 1 from 1 (items total 5)