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