MVN

be.selckin.swu : swu-base

Maven & Gradle

Feb 26, 2016
1 usages

Wicket Utils - base

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

Latest Version

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

  • Latest Stable: 4.2

All Versions

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

Version Vulnerabilities Updated
4.2
swu-base-4.2
4.0
swu-base-4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'be.selckin.swu:swu-base:4.2'

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

implementation("be.selckin.swu:swu-base:4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "be.selckin.swu" % "swu-base" % "4.2"

Advertisement