<dependency>
<groupId>com.github.albfernandez.richfaces.cdk</groupId>
<artifactId>richfaces-cdk-maven-plugin</artifactId>
<version>4.6.1.ayg</version>
<type>maven-plugin</type>
</dependency>
implementation 'com.github.albfernandez.richfaces.cdk:richfaces-cdk-maven-plugin:4.6.1.ayg'
implementation("com.github.albfernandez.richfaces.cdk:richfaces-cdk-maven-plugin:4.6.1.ayg")
libraryDependencies += "com.github.albfernandez.richfaces.cdk" % "richfaces-cdk-maven-plugin" % "4.6.1.ayg"
@Grapes(
@Grab(group='com.github.albfernandez.richfaces.cdk', module='richfaces-cdk-maven-plugin', version='4.6.1.ayg')
)
<dependency org="com.github.albfernandez.richfaces.cdk" name="richfaces-cdk-maven-plugin" rev="4.6.1.ayg" />
<parent> <groupId>com.github.albfernandez.richfaces.cdk</groupId> <artifactId>parent</artifactId> <version>4.6.1.ayg</version> </parent>
compile
|-- org.apache.maven:maven-artifact
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-core
|-- org.apache.maven:maven-archiver
|-- org.apache.maven.shared:file-management
|-- org.codehaus.plexus:plexus-utils
|-- org.codehaus.plexus:plexus-velocity
|-- com.github.albfernandez.richfaces.cdk:generator
|-- com.sun.xml.bind:jaxb-impl
|-- com.sun.xml.bind:jaxb-core
|-- org.apache.maven:maven-compat
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.3
test
|-- junit:junit