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