License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdexternal.atlassian.jgitflow |
ArtifactId | ArtifactIdjgitflow-parent |
Last Version | Last Version1.0-m5.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGitFlow Parent
The parent pom for the Jgit Flow project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgitflow-parent-1.0-m5.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/external.atlassian.jgitflow/jgitflow-parent/ -->
<dependency>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-parent</artifactId>
<version>1.0-m5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/external.atlassian.jgitflow/jgitflow-parent/
implementation 'external.atlassian.jgitflow:jgitflow-parent:1.0-m5.1'
// https://jarcasting.com/artifacts/external.atlassian.jgitflow/jgitflow-parent/
implementation ("external.atlassian.jgitflow:jgitflow-parent:1.0-m5.1")
'external.atlassian.jgitflow:jgitflow-parent:pom:1.0-m5.1'
<dependency org="external.atlassian.jgitflow" name="jgitflow-parent" rev="1.0-m5.1">
<artifact name="jgitflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='external.atlassian.jgitflow', module='jgitflow-parent', version='1.0-m5.1')
)
libraryDependencies += "external.atlassian.jgitflow" % "jgitflow-parent" % "1.0-m5.1"
[external.atlassian.jgitflow/jgitflow-parent "1.0-m5.1"]