MVN

mx.com.inftel.oss : alloyui-jsf-repack

Maven & Gradle

Jul 01, 2014
1.5k stars

AlloyUI JSF repack 2.5.0 · AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap 3 (HTML/CSS) to provide a simple API for building high scalable applications (http://alloyui.com). This artifact is for use AlloyUI inside JSF applications as resource. ie: <h:outputScript name="alloyui/aui/aui-min.js"/>

<dependency>
    <groupId>mx.com.inftel.oss</groupId>
    <artifactId>alloyui-jsf-repack</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mx.com.inftel.oss : alloyui-jsf-repack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of mx.com.inftel.oss : alloyui-jsf-repack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
alloyui-jsf-repack-2.5.0

How to add a dependency to Maven

Add the following mx.com.inftel.oss : alloyui-jsf-repack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mx.com.inftel.oss</groupId>
    <artifactId>alloyui-jsf-repack</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mx.com.inftel.oss : alloyui-jsf-repack gradle dependency to your build.gradle file:

implementation 'mx.com.inftel.oss:alloyui-jsf-repack:2.5.0'

Gradle Kotlin DSL: Add the following mx.com.inftel.oss : alloyui-jsf-repack gradle kotlin dependency to your build.gradle.kts file:

implementation("mx.com.inftel.oss:alloyui-jsf-repack:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following mx.com.inftel.oss : alloyui-jsf-repack sbt scala dependency to your build.sbt file:

libraryDependencies += "mx.com.inftel.oss" % "alloyui-jsf-repack" % "2.5.0"