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