Last Version

Agile Architecture Documentation System : CDI in Maven helper 0.1.0

This small java library provides a simple way to have a maven Mojo use CDI for bean injection

License

License

Categories

Categories

IDE Development Tools Maven Build Tools
GroupId

GroupId

io.github.Riduidel.agile-architecture-documentation-system
ArtifactId

ArtifactId

cdi-in-maven-plugin-helper
Version

Version

0.1.0
Type

Type

jar
Description

Description

Agile Architecture Documentation System : CDI in Maven helper
This small java library provides a simple way to have a maven Mojo use CDI for bean injection

Download cdi-in-maven-plugin-helper 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.Riduidel.agile-architecture-documentation-system/cdi-in-maven-plugin-helper/ -->
<dependency>
    <groupId>io.github.Riduidel.agile-architecture-documentation-system</groupId>
    <artifactId>cdi-in-maven-plugin-helper</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.Riduidel.agile-architecture-documentation-system/cdi-in-maven-plugin-helper/
implementation 'io.github.Riduidel.agile-architecture-documentation-system:cdi-in-maven-plugin-helper:0.1.0'
// https://jarcasting.com/artifacts/io.github.Riduidel.agile-architecture-documentation-system/cdi-in-maven-plugin-helper/
implementation ("io.github.Riduidel.agile-architecture-documentation-system:cdi-in-maven-plugin-helper:0.1.0")
'io.github.Riduidel.agile-architecture-documentation-system:cdi-in-maven-plugin-helper:jar:0.1.0'
<dependency org="io.github.Riduidel.agile-architecture-documentation-system" name="cdi-in-maven-plugin-helper" rev="0.1.0">
  <artifact name="cdi-in-maven-plugin-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.Riduidel.agile-architecture-documentation-system', module='cdi-in-maven-plugin-helper', version='0.1.0')
)
libraryDependencies += "io.github.Riduidel.agile-architecture-documentation-system" % "cdi-in-maven-plugin-helper" % "0.1.0"
[io.github.Riduidel.agile-architecture-documentation-system/cdi-in-maven-plugin-helper "0.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 2.0.SP1
org.jboss.weld.se : weld-se-core jar 3.1.4.Final
org.apache.maven : maven-core jar 3.8.5
org.apache.maven : maven-plugin-api jar 3.8.5
org.apache.deltaspike.core : deltaspike-core-impl jar 1.9.6

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.4

Project Modules

There are no modules declared in this project.