Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.jonasrutishauser</groupId>
  <artifactId>cdi-features-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="io.github.jonasrutishauser" name="cdi-features-parent" rev="1.1.0">
  <artifact name="cdi-features-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.jonasrutishauser', module='cdi-features-parent', version='1.1.0')
)

Gradle/Grails

implementation 'io.github.jonasrutishauser:cdi-features-parent:1.1.0'

Scala SBT

libraryDependencies += "io.github.jonasrutishauser" % "cdi-features-parent" % "1.1.0"

Leiningen

[io.github.jonasrutishauser/cdi-features-parent "1.1.0"]