MVN

org.icefaces.ace-themes : ace-ui-darkness

Maven & Gradle

Aug 27, 2018
2 usages

${icefaces.product.name} ACE ThemeRoller Theme

<dependency>
    <groupId>org.icefaces.ace-themes</groupId>
    <artifactId>ace-ui-darkness</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.icefaces.ace-themes : ace-ui-darkness to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0
  • Latest Beta: 4.2.0-BETA

All Versions

Choose a version of org.icefaces.ace-themes : ace-ui-darkness to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
ace-ui-darkness-4.3.0
4.2.x
ace-ui-darkness-4.2.0
ace-ui-darkness-4.2.0-BETA
4.1.x
ace-ui-darkness-4.1.1
ace-ui-darkness-4.1.0
4.0.x
ace-ui-darkness-4.0.0

How to add a dependency to Maven

Add the following org.icefaces.ace-themes : ace-ui-darkness maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.icefaces.ace-themes</groupId>
    <artifactId>ace-ui-darkness</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.icefaces.ace-themes : ace-ui-darkness gradle dependency to your build.gradle file:

implementation 'org.icefaces.ace-themes:ace-ui-darkness:4.3.0'

Gradle Kotlin DSL: Add the following org.icefaces.ace-themes : ace-ui-darkness gradle kotlin dependency to your build.gradle.kts file:

implementation("org.icefaces.ace-themes:ace-ui-darkness:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.icefaces.ace-themes : ace-ui-darkness sbt scala dependency to your build.sbt file:

libraryDependencies += "org.icefaces.ace-themes" % "ace-ui-darkness" % "4.3.0"