is not current version
Last Version 0.0.2

io.toolisticon.maven:maven-oss-parent-for-github 0.0.1

Parent pom for all holisticon OSS projects hosted on github. Use this instead of sonatype/oss-parent for common properties and pre-configured modules.

Categories

Categories

Maven Build Tools Github Development Tools Version Controls
GroupId

GroupId

io.toolisticon.maven
ArtifactId

ArtifactId

maven-oss-parent-for-github
Version

Version

0.0.1
Type

Type

pom

Download maven-oss-parent-for-github 0.0.1


<!-- https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/ -->
<dependency>
    <groupId>io.toolisticon.maven</groupId>
    <artifactId>maven-oss-parent-for-github</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/
implementation 'io.toolisticon.maven:maven-oss-parent-for-github:0.0.1'
// https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/
implementation ("io.toolisticon.maven:maven-oss-parent-for-github:0.0.1")
'io.toolisticon.maven:maven-oss-parent-for-github:pom:0.0.1'
<dependency org="io.toolisticon.maven" name="maven-oss-parent-for-github" rev="0.0.1">
  <artifact name="maven-oss-parent-for-github" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toolisticon.maven', module='maven-oss-parent-for-github', version='0.0.1')
)
libraryDependencies += "io.toolisticon.maven" % "maven-oss-parent-for-github" % "0.0.1"
[io.toolisticon.maven/maven-oss-parent-for-github "0.0.1"]