MVN

uk.gov.gchq.palisade : client-s3

Maven & Gradle

Aug 04, 2021
3 stars

GCHQ Palisade - S3-Server Client · The S3 Palisade Client starts a web server presenting an S3-compliant API for querying resources and data returned by Palisade. After POSTing a request, a bucket is returned using the Palisade token, which can be queried using an existing S3-compatible tool (such as Apache Spark).

<dependency>
    <groupId>uk.gov.gchq.palisade</groupId>
    <artifactId>client-s3</artifactId>
    <version>0.5.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.gchq.palisade : client-s3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1-RELEASE

All Versions

Choose a version of uk.gov.gchq.palisade : client-s3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
client-s3-0.5.1-RELEASE
client-s3-0.5.0-RELEASE

How to add a dependency to Maven

Add the following uk.gov.gchq.palisade : client-s3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.gchq.palisade</groupId>
    <artifactId>client-s3</artifactId>
    <version>0.5.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.gchq.palisade : client-s3 gradle dependency to your build.gradle file:

implementation 'uk.gov.gchq.palisade:client-s3:0.5.1-RELEASE'

Gradle Kotlin DSL: Add the following uk.gov.gchq.palisade : client-s3 gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.gchq.palisade:client-s3:0.5.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.gchq.palisade : client-s3 sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.gchq.palisade" % "client-s3" % "0.5.1-RELEASE"

Advertisement