License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdcom.atlassian.jgitflow |
ArtifactId | ArtifactIdjgit-flow |
Last Version | Last Version0.21 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGit-Flow Parent pom
The JGit Flow parent pom
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgit-flow-0.21.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/ -->
<dependency>
<groupId>com.atlassian.jgitflow</groupId>
<artifactId>jgit-flow</artifactId>
<version>0.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation 'com.atlassian.jgitflow:jgit-flow:0.21'
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation ("com.atlassian.jgitflow:jgit-flow:0.21")
'com.atlassian.jgitflow:jgit-flow:pom:0.21'
<dependency org="com.atlassian.jgitflow" name="jgit-flow" rev="0.21">
<artifact name="jgit-flow" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.jgitflow', module='jgit-flow', version='0.21')
)
libraryDependencies += "com.atlassian.jgitflow" % "jgit-flow" % "0.21"
[com.atlassian.jgitflow/jgit-flow "0.21"]