MVN

ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay

Maven & Gradle

Dec 03, 2012

Web Experience Toolkit - CLF2 theme overlay · Web Experience Toolkit (WET) includes ready-made tools and solutions for building and maintaining innovative websites that are accessible, usable, and interoperable. These tools and solutions are open source software and free for use by departments and external Web communities. This module is a WAR overlay providing the files needed to implement the WET Common Look and Feel v2 (CLF2) theme. Please see the README.txt file inside the WAR file for details on usage.

<dependency>
    <groupId>ca.gc.tbs-sct.wet-boew</groupId>
    <artifactId>wet-clf2-theme-overlay</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
wet-clf2-theme-overlay-3.0.2
wet-clf2-theme-overlay-3.0.1
3.0
wet-clf2-theme-overlay-3.0

How to add a dependency to Maven

Add the following ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.gc.tbs-sct.wet-boew</groupId>
    <artifactId>wet-clf2-theme-overlay</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay gradle dependency to your build.gradle file:

implementation 'ca.gc.tbs-sct.wet-boew:wet-clf2-theme-overlay:3.0.2'

Gradle Kotlin DSL: Add the following ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.gc.tbs-sct.wet-boew:wet-clf2-theme-overlay:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.gc.tbs-sct.wet-boew : wet-clf2-theme-overlay sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.gc.tbs-sct.wet-boew" % "wet-clf2-theme-overlay" % "3.0.2"