MVN

uk.gov.gchq.gaffer : example-rest

Maven & Gradle

Apr 03, 2017
<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>example-rest</artifactId>
    <version>0.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.gchq.gaffer : example-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.6

All Versions

Choose a version of uk.gov.gchq.gaffer : example-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
example-rest-0.6.6
example-rest-0.6.5
example-rest-0.6.4
example-rest-0.6.3
example-rest-0.6.2
example-rest-0.6.1
example-rest-0.6.0
0.5.x
example-rest-0.5.1
example-rest-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>example-rest</artifactId>
    <version>0.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.gchq.gaffer : example-rest gradle dependency to your build.gradle file:

implementation 'uk.gov.gchq.gaffer:example-rest:0.6.6'

Gradle Kotlin DSL: Add the following uk.gov.gchq.gaffer : example-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.gchq.gaffer:example-rest:0.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.gchq.gaffer : example-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.gchq.gaffer" % "example-rest" % "0.6.6"

Advertisement