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