<dependency>
<groupId>com.github.albfernandez.richfaces</groupId>
<artifactId>richfaces-resource-optimizer-maven-plugin</artifactId>
<version>4.6.5.ayg</version>
<type>maven-plugin</type>
</dependency>
implementation 'com.github.albfernandez.richfaces:richfaces-resource-optimizer-maven-plugin:4.6.5.ayg'
implementation("com.github.albfernandez.richfaces:richfaces-resource-optimizer-maven-plugin:4.6.5.ayg")
libraryDependencies += "com.github.albfernandez.richfaces" % "richfaces-resource-optimizer-maven-plugin" % "4.6.5.ayg"
@Grapes(
@Grab(group='com.github.albfernandez.richfaces', module='richfaces-resource-optimizer-maven-plugin', version='4.6.5.ayg')
)
<dependency org="com.github.albfernandez.richfaces" name="richfaces-resource-optimizer-maven-plugin" rev="4.6.5.ayg" />
<parent> <groupId>com.github.albfernandez.richfaces</groupId> <artifactId>richfaces-parent</artifactId> <version>4.6.5.ayg</version> </parent>
compile
|-- com.github.albfernandez.richfaces:richfaces-build-resources
|-- org.apache.maven:maven-artifact:3.5.0
|-- org.apache.maven:maven-plugin-api:3.5.0
|-- org.apache.maven:maven-core:3.5.0
|-- org.apache.maven:maven-archiver:3.2.0
|-- org.apache.maven.shared:file-management:1.2.1
|-- org.codehaus.plexus:plexus-utils:3.0.24
|-- org.codehaus.plexus:plexus-velocity:1.1.8
|-- org.reflections:reflections
|-- org.jboss.spec:jboss-javaee-6.0
|-- com.github.albfernandez.richfaces:richfaces-core
|-- com.yahoo.platform.yui:yuicompressor
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4
test
|-- junit:junit