MVN

decorutils : decorutils

Maven & Gradle

Sep 20, 2005

Decorator Utilities · A set of utilities for the use of decorators in a Java web application. The goal of this project is to offer an easy way to "decorate" data for presentation purposes. This is partially done by using concepts introduced by the Decorator Design Pattern.

<dependency>
    <groupId>decorutils</groupId>
    <artifactId>decorutils</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of decorutils : decorutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of decorutils : decorutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
decorutils-0.6

How to add a dependency to Maven

Add the following decorutils : decorutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>decorutils</groupId>
    <artifactId>decorutils</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following decorutils : decorutils gradle dependency to your build.gradle file:

implementation 'decorutils:decorutils:0.6'

Gradle Kotlin DSL: Add the following decorutils : decorutils gradle kotlin dependency to your build.gradle.kts file:

implementation("decorutils:decorutils:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following decorutils : decorutils sbt scala dependency to your build.sbt file:

libraryDependencies += "decorutils" % "decorutils" % "0.6"