MVN

com.github.wet-boew : wet-wet-theme-overlay

Maven & Gradle

Apr 06, 2014

Web Experience Toolkit - WET 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 theme of WET. Please see the README.txt file inside the WAR file for details on usage.

<dependency>
    <groupId>com.github.wet-boew</groupId>
    <artifactId>wet-wet-theme-overlay</artifactId>
    <version>3.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wet-boew : wet-wet-theme-overlay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.9

All Versions

Choose a version of com.github.wet-boew : wet-wet-theme-overlay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
wet-wet-theme-overlay-3.1.9
wet-wet-theme-overlay-3.1.8
wet-wet-theme-overlay-3.1.7
wet-wet-theme-overlay-3.1.6
wet-wet-theme-overlay-3.1.5
wet-wet-theme-overlay-3.1.4
wet-wet-theme-overlay-3.1.0
3.0.x
wet-wet-theme-overlay-3.0.5

How to add a dependency to Maven

Add the following com.github.wet-boew : wet-wet-theme-overlay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wet-boew</groupId>
    <artifactId>wet-wet-theme-overlay</artifactId>
    <version>3.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wet-boew : wet-wet-theme-overlay gradle dependency to your build.gradle file:

implementation 'com.github.wet-boew:wet-wet-theme-overlay:3.1.9'

Gradle Kotlin DSL: Add the following com.github.wet-boew : wet-wet-theme-overlay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wet-boew:wet-wet-theme-overlay:3.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wet-boew : wet-wet-theme-overlay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wet-boew" % "wet-wet-theme-overlay" % "3.1.9"