is not current version
Last Version 1.3.0

org.scalawag.sbt.gitflow:sbt-gitflow 1.0.0

sbt-gitflow

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalawag.sbt.gitflow
ArtifactId

ArtifactId

sbt-gitflow
Version

Version

1.0.0
Type

Type

jar

Download sbt-gitflow 1.0.0


<!-- https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/ -->
<dependency>
    <groupId>org.scalawag.sbt.gitflow</groupId>
    <artifactId>sbt-gitflow</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation 'org.scalawag.sbt.gitflow:sbt-gitflow:1.0.0'
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation ("org.scalawag.sbt.gitflow:sbt-gitflow:1.0.0")
'org.scalawag.sbt.gitflow:sbt-gitflow:jar:1.0.0'
<dependency org="org.scalawag.sbt.gitflow" name="sbt-gitflow" rev="1.0.0">
  <artifact name="sbt-gitflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalawag.sbt.gitflow', module='sbt-gitflow', version='1.0.0')
)
libraryDependencies += "org.scalawag.sbt.gitflow" % "sbt-gitflow" % "1.0.0"
[org.scalawag.sbt.gitflow/sbt-gitflow "1.0.0"]