ggitflow
Groovy implementation of the Gitflow branching model
| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdcom.dkirrane.groovy.gitflow |
| ArtifactId | ArtifactIdggitflow |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionggitflow
Uploads all artifacts belonging to configuration ':archives'
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ggitflow-3.0.pom | |
| ggitflow-3.0.jar | 117 KB |
| ggitflow-3.0-sources.jar | 22 KB |
| ggitflow-3.0-javadoc.jar | 39 KB |
| ggitflow-3.0-groovydoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dkirrane.groovy.gitflow/ggitflow/ -->
<dependency>
<groupId>com.dkirrane.groovy.gitflow</groupId>
<artifactId>ggitflow</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dkirrane.groovy.gitflow/ggitflow/
implementation 'com.dkirrane.groovy.gitflow:ggitflow:3.0'
// https://jarcasting.com/artifacts/com.dkirrane.groovy.gitflow/ggitflow/
implementation ("com.dkirrane.groovy.gitflow:ggitflow:3.0")
'com.dkirrane.groovy.gitflow:ggitflow:jar:3.0'
<dependency org="com.dkirrane.groovy.gitflow" name="ggitflow" rev="3.0">
<artifact name="ggitflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dkirrane.groovy.gitflow', module='ggitflow', version='3.0')
)
libraryDependencies += "com.dkirrane.groovy.gitflow" % "ggitflow" % "3.0"
[com.dkirrane.groovy.gitflow/ggitflow "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.7 |
| org.apache.maven : maven-artifact | jar | 3.3.9 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.fusesource.jansi : jansi | jar | 1.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.1 |
| ch.qos.logback : logback-core | jar | 1.1.1 |
| org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
| junit : junit | jar | 4.11 |
| org.eclipse.mylyn.github : org.eclipse.egit.github.core | jar | 2.1.5 |
Groovy implementation of the Gitflow branching model