Last Version

CDI Plugin Utilities 3.4.0_p2

Provides an abstract Mojo that enables CDI-based dependency injection for Maven Plugins. Forked from https://github.com/shillner/maven-cdi-plugin-utils

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.bannmann.maven.cdi
ArtifactId

ArtifactId

cdi-plugin-utils
Version

Version

3.4.0_p2
Type

Type

jar
Description

Description

CDI Plugin Utilities
Provides an abstract Mojo that enables CDI-based dependency injection for Maven Plugins. Forked from https://github.com/shillner/maven-cdi-plugin-utils
Project URL

Project URL

https://github.com/bannmann/maven-cdi-plugin-utils
Project Organization

Project Organization

itemis AG
Source Code Management

Source Code Management

https://github.com/bannmann/maven-cdi-plugin-utils

Download cdi-plugin-utils 3.4.0_p2


<!-- https://jarcasting.com/artifacts/com.github.bannmann.maven.cdi/cdi-plugin-utils/ -->
<dependency>
    <groupId>com.github.bannmann.maven.cdi</groupId>
    <artifactId>cdi-plugin-utils</artifactId>
    <version>3.4.0_p2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bannmann.maven.cdi/cdi-plugin-utils/
implementation 'com.github.bannmann.maven.cdi:cdi-plugin-utils:3.4.0_p2'
// https://jarcasting.com/artifacts/com.github.bannmann.maven.cdi/cdi-plugin-utils/
implementation ("com.github.bannmann.maven.cdi:cdi-plugin-utils:3.4.0_p2")
'com.github.bannmann.maven.cdi:cdi-plugin-utils:jar:3.4.0_p2'
<dependency org="com.github.bannmann.maven.cdi" name="cdi-plugin-utils" rev="3.4.0_p2">
  <artifact name="cdi-plugin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bannmann.maven.cdi', module='cdi-plugin-utils', version='3.4.0_p2')
)
libraryDependencies += "com.github.bannmann.maven.cdi" % "cdi-plugin-utils" % "3.4.0_p2"
[com.github.bannmann.maven.cdi/cdi-plugin-utils "3.4.0_p2"]

Dependencies

compile (14)

Group / Artifact Type Version
org.eclipse.aether : aether-api jar 1.0.2.v20150114
org.eclipse.aether : aether-impl jar 1.0.2.v20150114
de.vandermeer : asciitable jar 0.2.5
javax.enterprise : cdi-api jar 1.2
com.google.guava : guava jar 27.0-jre
javax.inject : javax.inject jar 1
junit : junit jar 4.12
org.apache.maven : maven-core jar 3.2.1
org.apache.maven : maven-model jar 3.2.1
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.apache.maven : maven-plugin-api jar 3.2.1
org.apache.maven : maven-settings jar 3.2.1
org.slf4j : slf4j-simple jar 1.7.21
org.jboss.weld.se : weld-se jar 2.3.3.Final

test (1)

Group / Artifact Type Version
com.tngtech.java : junit-dataprovider jar 1.10.3

Project Modules

There are no modules declared in this project.