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