Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.atlassian.jgitflow |
ArtifactId | ArtifactIdjgit-flow |
Version | Version0.14 |
Type | Typepom |
Filename | Size |
---|---|
jgit-flow-0.14.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/ -->
<dependency>
<groupId>com.atlassian.jgitflow</groupId>
<artifactId>jgit-flow</artifactId>
<version>0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation 'com.atlassian.jgitflow:jgit-flow:0.14'
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation ("com.atlassian.jgitflow:jgit-flow:0.14")
'com.atlassian.jgitflow:jgit-flow:pom:0.14'
<dependency org="com.atlassian.jgitflow" name="jgit-flow" rev="0.14">
<artifact name="jgit-flow" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.jgitflow', module='jgit-flow', version='0.14')
)
libraryDependencies += "com.atlassian.jgitflow" % "jgit-flow" % "0.14"
[com.atlassian.jgitflow/jgit-flow "0.14"]