License |
License |
---|---|
GroupId | GroupIdedu.jhuapl.dorset.components |
ArtifactId | ArtifactIdreporters |
Version | Version0.4.0 |
Type | Typepom |
Description |
DescriptionReporters
Different implementations of the Reporter interface for storing and retrieving reports of handled requests.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
reporters-0.4.0.pom | 766 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/reporters/ -->
<dependency>
<groupId>edu.jhuapl.dorset.components</groupId>
<artifactId>reporters</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/reporters/
implementation 'edu.jhuapl.dorset.components:reporters:0.4.0'
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/reporters/
implementation ("edu.jhuapl.dorset.components:reporters:0.4.0")
'edu.jhuapl.dorset.components:reporters:pom:0.4.0'
<dependency org="edu.jhuapl.dorset.components" name="reporters" rev="0.4.0">
<artifact name="reporters" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.jhuapl.dorset.components', module='reporters', version='0.4.0')
)
libraryDependencies += "edu.jhuapl.dorset.components" % "reporters" % "0.4.0"
[edu.jhuapl.dorset.components/reporters "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
edu.jhuapl.dorset : dorset-core | jar | 0.4.0 |
org.slf4j : slf4j-api | jar | 1.7.14 |
com.typesafe : config | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-simple | jar | 1.7.14 |
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.19 |