MVN

be.selckin.swu : swu-proxy-model

Maven & Gradle

Feb 26, 2016

Wicket Utils - Proxy based models

<dependency>
    <groupId>be.selckin.swu</groupId>
    <artifactId>swu-proxy-model</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.selckin.swu : swu-proxy-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of be.selckin.swu : swu-proxy-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
swu-proxy-model-4.2
4.0
swu-proxy-model-4.0

How to add a dependency to Maven

Add the following be.selckin.swu : swu-proxy-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.selckin.swu</groupId>
    <artifactId>swu-proxy-model</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.selckin.swu : swu-proxy-model gradle dependency to your build.gradle file:

implementation 'be.selckin.swu:swu-proxy-model:4.2'

Gradle Kotlin DSL: Add the following be.selckin.swu : swu-proxy-model gradle kotlin dependency to your build.gradle.kts file:

implementation("be.selckin.swu:swu-proxy-model:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.selckin.swu : swu-proxy-model sbt scala dependency to your build.sbt file:

libraryDependencies += "be.selckin.swu" % "swu-proxy-model" % "4.2"