r

richfaces-push-depchain

Single-POM Definition to export the RichFaces push required dependencies in with the proper version
Files download
File Operation
richfaces-push-depchain-4.6.21.ayg.pom download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez.richfaces</groupId>
  <artifactId>richfaces-push-depchain</artifactId>
  <version>4.6.21.ayg</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez.richfaces:richfaces-push-depchain:4.6.21.ayg'
Gradle Kotlin
implementation("com.github.albfernandez.richfaces:richfaces-push-depchain:4.6.21.ayg")
Scala SBT
libraryDependencies += "com.github.albfernandez.richfaces" % "richfaces-push-depchain" % "4.6.21.ayg"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez.richfaces', module='richfaces-push-depchain', version='4.6.21.ayg')
)
Apache Ivy
<dependency org="com.github.albfernandez.richfaces" name="richfaces-push-depchain" rev="4.6.21.ayg" />
Leiningen
[com.github.albfernandez.richfaces/richfaces-push-depchain "4.6.21.ayg"]
Apache Buildr
'com.github.albfernandez.richfaces:richfaces-push-depchain:jar:4.6.21.ayg'