MVN

uk.gov.gchq.gaffer : function

Maven & Gradle

Apr 03, 2017
7 usages
<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>function</artifactId>
    <version>0.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.6

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>function</artifactId>
    <version>0.6.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.gov.gchq.gaffer:function:0.6.6'

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

implementation("uk.gov.gchq.gaffer:function:0.6.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.gov.gchq.gaffer" % "function" % "0.6.6"