Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalawag.sbt.gitflow |
ArtifactId | ArtifactIdsbt-gitflow |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
sbt-gitflow-1.2.1.pom | |
sbt-gitflow-1.2.1.jar | 50 KB |
sbt-gitflow-1.2.1-sources.jar | 3 KB |
sbt-gitflow-1.2.1-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/ -->
<dependency>
<groupId>org.scalawag.sbt.gitflow</groupId>
<artifactId>sbt-gitflow</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation 'org.scalawag.sbt.gitflow:sbt-gitflow:1.2.1'
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation ("org.scalawag.sbt.gitflow:sbt-gitflow:1.2.1")
'org.scalawag.sbt.gitflow:sbt-gitflow:jar:1.2.1'
<dependency org="org.scalawag.sbt.gitflow" name="sbt-gitflow" rev="1.2.1">
<artifact name="sbt-gitflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalawag.sbt.gitflow', module='sbt-gitflow', version='1.2.1')
)
libraryDependencies += "org.scalawag.sbt.gitflow" % "sbt-gitflow" % "1.2.1"
[org.scalawag.sbt.gitflow/sbt-gitflow "1.2.1"]