<dependency>
<groupId>io.github.hpehl</groupId>
<artifactId>maven-multi-module-template-code-parent</artifactId>
<version>0.0.2.Final</version>
</dependency>
implementation group: 'io.github.hpehl', name: 'maven-multi-module-template-code-parent', version: '0.0.2.Final'
implementation 'io.github.hpehl:maven-multi-module-template-code-parent:0.0.2.Final'
implementation("io.github.hpehl:maven-multi-module-template-code-parent:0.0.2.Final")
libraryDependencies += "io.github.hpehl" % "maven-multi-module-template-code-parent" % "0.0.2.Final"
<dependency org="io.github.hpehl" name="maven-multi-module-template-code-parent" rev="0.0.2.Final"/>
@Grapes(
@Grab(group='io.github.hpehl', module='maven-multi-module-template-code-parent', version='0.0.2.Final')
)
[io.github.hpehl/maven-multi-module-template-code-parent "0.0.2.Final"]
'io.github.hpehl:maven-multi-module-template-code-parent:jar:0.0.2.Final'