License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesMaven Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.koekiebox |
ArtifactId | ArtifactIdgit-maven-plugin-root |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGit Maven Plugin Root
Parent pom providing default setups for all application and admin servers modules
|
Project URL |
Project URL |
Filename | Size |
---|---|
git-maven-plugin-root-1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.koekiebox/git-maven-plugin-root/ -->
<dependency>
<groupId>com.koekiebox</groupId>
<artifactId>git-maven-plugin-root</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.koekiebox/git-maven-plugin-root/
implementation 'com.koekiebox:git-maven-plugin-root:1.1'
// https://jarcasting.com/artifacts/com.koekiebox/git-maven-plugin-root/
implementation ("com.koekiebox:git-maven-plugin-root:1.1")
'com.koekiebox:git-maven-plugin-root:pom:1.1'
<dependency org="com.koekiebox" name="git-maven-plugin-root" rev="1.1">
<artifact name="git-maven-plugin-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.koekiebox', module='git-maven-plugin-root', version='1.1')
)
libraryDependencies += "com.koekiebox" % "git-maven-plugin-root" % "1.1"
[com.koekiebox/git-maven-plugin-root "1.1"]