f

fugue

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