Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalawag.sbt.gitflow |
ArtifactId | ArtifactIdsbt-gitflow |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sbt-gitflow-1.2.0.pom | |
sbt-gitflow-1.2.0.jar | 49 KB |
sbt-gitflow-1.2.0-sources.jar | 3 KB |
sbt-gitflow-1.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation 'org.scalawag.sbt.gitflow:sbt-gitflow:1.2.0'
// https://jarcasting.com/artifacts/org.scalawag.sbt.gitflow/sbt-gitflow/
implementation ("org.scalawag.sbt.gitflow:sbt-gitflow:1.2.0")
'org.scalawag.sbt.gitflow:sbt-gitflow:jar:1.2.0'
<dependency org="org.scalawag.sbt.gitflow" name="sbt-gitflow" rev="1.2.0">
<artifact name="sbt-gitflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalawag.sbt.gitflow', module='sbt-gitflow', version='1.2.0')
)
libraryDependencies += "org.scalawag.sbt.gitflow" % "sbt-gitflow" % "1.2.0"
[org.scalawag.sbt.gitflow/sbt-gitflow "1.2.0"]