License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Maven Build Tools |
GroupId | GroupIdio.github.Riduidel.agile-architecture-documentation-system |
ArtifactId | ArtifactIdcdi-in-maven-plugin-helper |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAgile 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
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.4 |