License |
License |
---|---|
GroupId | GroupIdorg.force66 |
ArtifactId | ArtifactIdTaskMediator |
Last Version | Last Version1.0.0-rc1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTaskMediator
TaskMediator facilitates providing partial functionality in the event of an outage by handling exceptions and providing a default response.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
TaskMediator-1.0.0-rc1.pom | |
TaskMediator-1.0.0-rc1.jar | 6 KB |
TaskMediator-1.0.0-rc1-sources.jar | 3 KB |
TaskMediator-1.0.0-rc1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.force66/TaskMediator/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>TaskMediator</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/TaskMediator/
implementation 'org.force66:TaskMediator:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/TaskMediator/
implementation ("org.force66:TaskMediator:1.0.0-rc1")
'org.force66:TaskMediator:jar:1.0.0-rc1'
<dependency org="org.force66" name="TaskMediator" rev="1.0.0-rc1">
<artifact name="TaskMediator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='TaskMediator', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "TaskMediator" % "1.0.0-rc1"
[org.force66/TaskMediator "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.12 |
org.mockito : mockito-all | jar | 2.0.2-beta |