License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Git Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdch.dvbern.oss.maven.jgitflow |
ArtifactId | ArtifactIdjgitflow-parent |
Last Version | Last Version1.0-m9 |
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-m9.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.dvbern.oss.maven.jgitflow/jgitflow-parent/ -->
<dependency>
<groupId>ch.dvbern.oss.maven.jgitflow</groupId>
<artifactId>jgitflow-parent</artifactId>
<version>1.0-m9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.dvbern.oss.maven.jgitflow/jgitflow-parent/
implementation 'ch.dvbern.oss.maven.jgitflow:jgitflow-parent:1.0-m9'
// https://jarcasting.com/artifacts/ch.dvbern.oss.maven.jgitflow/jgitflow-parent/
implementation ("ch.dvbern.oss.maven.jgitflow:jgitflow-parent:1.0-m9")
'ch.dvbern.oss.maven.jgitflow:jgitflow-parent:pom:1.0-m9'
<dependency org="ch.dvbern.oss.maven.jgitflow" name="jgitflow-parent" rev="1.0-m9">
<artifact name="jgitflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.dvbern.oss.maven.jgitflow', module='jgitflow-parent', version='1.0-m9')
)
libraryDependencies += "ch.dvbern.oss.maven.jgitflow" % "jgitflow-parent" % "1.0-m9"
[ch.dvbern.oss.maven.jgitflow/jgitflow-parent "1.0-m9"]