f

fugue

Files download
File Operation
fugue-5.0.1.jar download
fugue-5.0.1.pom download
fugue-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.atlassian.fugue</groupId>
  <artifactId>fugue</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.atlassian.fugue:fugue:5.0.1'
Gradle Kotlin
implementation("io.atlassian.fugue:fugue:5.0.1")
Scala SBT
libraryDependencies += "io.atlassian.fugue" % "fugue" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.atlassian.fugue', module='fugue', version='5.0.1')
)
Apache Ivy
<dependency org="io.atlassian.fugue" name="fugue" rev="5.0.1" />
Leiningen
[io.atlassian.fugue/fugue "5.0.1"]
Apache Buildr
'io.atlassian.fugue:fugue:jar:5.0.1'