d

dist

JSF Components Development Kit (CDK) distribution assembly
Files download
File Operation
dist-4.6.1.ayg.jar download
dist-4.6.1.ayg.pom download
dist-4.6.1.ayg-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez.richfaces.cdk</groupId>
  <artifactId>dist</artifactId>
  <version>4.6.1.ayg</version>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez.richfaces.cdk:dist:4.6.1.ayg'
Gradle Kotlin
implementation("com.github.albfernandez.richfaces.cdk:dist:4.6.1.ayg")
Scala SBT
libraryDependencies += "com.github.albfernandez.richfaces.cdk" % "dist" % "4.6.1.ayg"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez.richfaces.cdk', module='dist', version='4.6.1.ayg')
)
Apache Ivy
<dependency org="com.github.albfernandez.richfaces.cdk" name="dist" rev="4.6.1.ayg" />
Leiningen
[com.github.albfernandez.richfaces.cdk/dist "4.6.1.ayg"]
Apache Buildr
'com.github.albfernandez.richfaces.cdk:dist:jar:4.6.1.ayg'