MVN

de.alpharogroup : jaulp-wicket-base

Maven & Gradle

May 20, 2017
8 usages

This project contains components that can be used widely for wicket applications.

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>jaulp-wicket-base</artifactId>
    <version>7.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.alpharogroup : jaulp-wicket-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.1

All Versions

Choose a version of de.alpharogroup : jaulp-wicket-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.6.x
jaulp-wicket-base-7.6.0
7.3.x
jaulp-wicket-base-7.3.1
6.25.x
jaulp-wicket-base-6.25.2
6.21.x
jaulp-wicket-base-6.21.3

How to add a dependency to Maven

Add the following de.alpharogroup : jaulp-wicket-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>jaulp-wicket-base</artifactId>
    <version>7.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.alpharogroup : jaulp-wicket-base gradle dependency to your build.gradle file:

implementation 'de.alpharogroup:jaulp-wicket-base:7.3.1'

Gradle Kotlin DSL: Add the following de.alpharogroup : jaulp-wicket-base gradle kotlin dependency to your build.gradle.kts file:

implementation("de.alpharogroup:jaulp-wicket-base:7.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.alpharogroup : jaulp-wicket-base sbt scala dependency to your build.sbt file:

libraryDependencies += "de.alpharogroup" % "jaulp-wicket-base" % "7.3.1"

Advertisement