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