c

cdi

Plugin for jQAssistant to be able to scan and to analyze CDI related artifacts.
http://jqassistant.org/
GNU General Public License, v3
buschmais GbR
Files download
File Operation
cdi-1.4.jar download
cdi-1.4.pom download
cdi-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>cdi</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:cdi:1.4'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:cdi:1.4")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "cdi" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='cdi', version='1.4')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="cdi" rev="1.4" />
Leiningen
[com.buschmais.jqassistant.plugin/cdi "1.4"]
Apache Buildr
'com.buschmais.jqassistant.plugin:cdi:jar:1.4'