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