m

maven-oss-parent-for-github

Parent pom for all holisticon OSS projects hosted on github. Use this instead of sonatype/oss-parent for common properties and pre-configured modules.
https://github.com/toolisticon/maven-oss-parent-for-github
Revised BSD License
Holisticon AG
Tobias Stamann
Files download
File Operation
maven-oss-parent-for-github-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.toolisticon.maven</groupId>
  <artifactId>maven-oss-parent-for-github</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.toolisticon.maven:maven-oss-parent-for-github:0.0.1'
Gradle Kotlin
implementation("io.toolisticon.maven:maven-oss-parent-for-github:0.0.1")
Scala SBT
libraryDependencies += "io.toolisticon.maven" % "maven-oss-parent-for-github" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.toolisticon.maven', module='maven-oss-parent-for-github', version='0.0.1')
)
Apache Ivy
<dependency org="io.toolisticon.maven" name="maven-oss-parent-for-github" rev="0.0.1" />
Leiningen
[io.toolisticon.maven/maven-oss-parent-for-github "0.0.1"]
Apache Buildr
'io.toolisticon.maven:maven-oss-parent-for-github:jar:0.0.1'