Files download
File Operation
gitflow-1.0.0.jar download
gitflow-1.0.0.pom download
gitflow-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jslsolucoes</groupId>
  <artifactId>gitflow</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.jslsolucoes:gitflow:1.0.0'
Gradle Kotlin
implementation("com.jslsolucoes:gitflow:1.0.0")
Scala SBT
libraryDependencies += "com.jslsolucoes" % "gitflow" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jslsolucoes', module='gitflow', version='1.0.0')
)
Apache Ivy
<dependency org="com.jslsolucoes" name="gitflow" rev="1.0.0" />
Leiningen
[com.jslsolucoes/gitflow "1.0.0"]
Apache Buildr
'com.jslsolucoes:gitflow:jar:1.0.0'