MVN

com.sun.woodstock : webui-jsf-suntheme

Maven & Gradle

Sep 20, 2018
8 usages

Project Woodstock · Project Woodstock

<dependency>
    <groupId>com.sun.woodstock</groupId>
    <artifactId>webui-jsf-suntheme</artifactId>
    <version>4.0.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.woodstock : webui-jsf-suntheme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2.15

All Versions

Choose a version of com.sun.woodstock : webui-jsf-suntheme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
webui-jsf-suntheme-4.4.0.1
4.3.x
webui-jsf-suntheme-4.3.0.8
webui-jsf-suntheme-4.3.0.7
4.2
webui-jsf-suntheme-4.2
4.0.x
webui-jsf-suntheme-4.0.2.15
webui-jsf-suntheme-4.0.2.14
webui-jsf-suntheme-4.0.2.13
webui-jsf-suntheme-4.0.2.12
webui-jsf-suntheme-4.0.2.11
webui-jsf-suntheme-4.0.2.10
webui-jsf-suntheme-4.0.2.9
webui-jsf-suntheme-4.0.2.8
webui-jsf-suntheme-4.0.2.7
webui-jsf-suntheme-4.0.2.6
webui-jsf-suntheme-4.0.2.5
webui-jsf-suntheme-4.0.2.3
webui-jsf-suntheme-4.0.2.2

How to add a dependency to Maven

Add the following com.sun.woodstock : webui-jsf-suntheme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.woodstock</groupId>
    <artifactId>webui-jsf-suntheme</artifactId>
    <version>4.0.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.woodstock : webui-jsf-suntheme gradle dependency to your build.gradle file:

implementation 'com.sun.woodstock:webui-jsf-suntheme:4.0.2.15'

Gradle Kotlin DSL: Add the following com.sun.woodstock : webui-jsf-suntheme gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.woodstock:webui-jsf-suntheme:4.0.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.woodstock : webui-jsf-suntheme sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.woodstock" % "webui-jsf-suntheme" % "4.0.2.15"