MVN

org.polyforms : polyforms-delegation

Maven & Gradle

Jul 05, 2012
2 stars

Delegation · Delegate implementation of interface to a bean or domain entity.

<dependency>
    <groupId>org.polyforms</groupId>
    <artifactId>polyforms-delegation</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polyforms : polyforms-delegation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.polyforms : polyforms-delegation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
polyforms-delegation-0.8.1
0.8
polyforms-delegation-0.8
0.7
polyforms-delegation-0.7
0.6.x
polyforms-delegation-0.6.1
0.6
polyforms-delegation-0.6
0.5
polyforms-delegation-0.5
0.4
polyforms-delegation-0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.polyforms</groupId>
    <artifactId>polyforms-delegation</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.polyforms : polyforms-delegation gradle dependency to your build.gradle file:

implementation 'org.polyforms:polyforms-delegation:0.8.1'

Gradle Kotlin DSL: Add the following org.polyforms : polyforms-delegation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.polyforms:polyforms-delegation:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.polyforms : polyforms-delegation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.polyforms" % "polyforms-delegation" % "0.8.1"

Advertisement