License |
License |
---|---|
Categories |
CategoriesCLI User Interface Akka Container Microservices Reactive libraries |
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdclient-akka |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Akka Client
The Akka Palisade Client API provides access to a Palisade cluster and exposes an interface using both Java standard-lib types and Akka types.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-akka-0.5.1-RELEASE.pom | |
client-akka-0.5.1-RELEASE.jar | 27 KB |
client-akka-0.5.1-RELEASE-sources.jar | 15 KB |
client-akka-0.5.1-RELEASE-javadoc.jar | 504 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-akka/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>client-akka</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-akka/
implementation 'uk.gov.gchq.palisade:client-akka:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-akka/
implementation ("uk.gov.gchq.palisade:client-akka:0.5.1-RELEASE")
'uk.gov.gchq.palisade:client-akka:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="client-akka" rev="0.5.1-RELEASE">
<artifact name="client-akka" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='client-akka', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "client-akka" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/client-akka "0.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
uk.gov.gchq.palisade : common | jar | 0.5.1-RELEASE |
com.typesafe.akka : akka-stream_2.13 | jar | 2.6.10 |
com.typesafe.akka : akka-http_2.13 | jar | 10.2.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.0 |