MVN

io.atlassian.fugue : fugue

Maven & Gradle

Feb 10, 2022
23 usages

Functional Extensions

<dependency>
    <groupId>io.atlassian.fugue</groupId>
    <artifactId>fugue</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atlassian.fugue : fugue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0
  • Latest Release Candidate: 4.0.0-rc1

All Versions

Choose a version of io.atlassian.fugue : fugue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
fugue-5.0.0
fugue-5.0.0-m02
fugue-5.0.0-m01
4.7.x
fugue-4.7.2
fugue-4.7.1
fugue-4.7.0
4.6.x
fugue-4.6.2
fugue-4.6.1
4.5.x
fugue-4.5.1
fugue-4.5.0
4.4.x
fugue-4.4.0
4.3.x
fugue-4.3.1
fugue-4.3.0
4.2.x
fugue-4.2.2
fugue-4.2.1
fugue-4.2.0
4.1.x
fugue-4.1.0
4.0.x
fugue-4.0.1
fugue-4.0.0
fugue-4.0.0-rc1
3.1.x
fugue-3.1.0
3.0.x
fugue-3.0.0

How to add a dependency to Maven

Add the following io.atlassian.fugue : fugue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atlassian.fugue</groupId>
    <artifactId>fugue</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atlassian.fugue : fugue gradle dependency to your build.gradle file:

implementation 'io.atlassian.fugue:fugue:5.0.0'

Gradle Kotlin DSL: Add the following io.atlassian.fugue : fugue gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atlassian.fugue:fugue:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atlassian.fugue : fugue sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atlassian.fugue" % "fugue" % "5.0.0"

Advertisement