License |
License |
---|---|
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdexample-runner |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Example Runner
The Example Runner runs the RestExample in a preconfigured example scenario which executes several different queries by the different users, with different purposes, then reads, deserialises, and logs the returned data.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/example-runner/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>example-runner</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/example-runner/
implementation 'uk.gov.gchq.palisade:example-runner:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/example-runner/
implementation ("uk.gov.gchq.palisade:example-runner:0.5.1-RELEASE")
'uk.gov.gchq.palisade:example-runner:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="example-runner" rev="0.5.1-RELEASE">
<artifact name="example-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='example-runner', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "example-runner" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/example-runner "0.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
uk.gov.gchq.palisade : client-akka | jar | 0.5.1-RELEASE |
uk.gov.gchq.palisade : common | jar | 0.5.1-RELEASE |
uk.gov.gchq.palisade : avro-serialiser | jar | 0.5.1-RELEASE |
uk.gov.gchq.palisade : example-library | jar | 0.5.1-RELEASE |
uk.gov.gchq.palisade : example-user-library | jar | 0.5.1-RELEASE |
uk.gov.gchq.palisade : example-rule-library | jar | 0.5.1-RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.3.1.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |