Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.jonasrutishauser</groupId>
  <artifactId>cdi-features-deployment</artifactId>
  <version>1.1.0</version>
</dependency>

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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