MVN

org.apache.wicket : wicket-atmosphere

Maven & Gradle

Apr 16, 2014
3 usages

Wicket-Atmosphere · Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-atmosphere</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.wicket : wicket-atmosphere to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of org.apache.wicket : wicket-atmosphere to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
wicket-atmosphere-0.18
0.17
wicket-atmosphere-0.17
0.16
wicket-atmosphere-0.16
0.15
wicket-atmosphere-0.15
0.14
wicket-atmosphere-0.14
0.13
wicket-atmosphere-0.13
0.12
wicket-atmosphere-0.12
0.11
wicket-atmosphere-0.11
0.10
wicket-atmosphere-0.10
0.9
wicket-atmosphere-0.9
0.8
wicket-atmosphere-0.8
0.7
wicket-atmosphere-0.7
0.6
wicket-atmosphere-0.6
0.5
wicket-atmosphere-0.5
0.4.x
wicket-atmosphere-0.4.1
0.4
wicket-atmosphere-0.4
0.3
wicket-atmosphere-0.3
0.2
wicket-atmosphere-0.2
0.1
wicket-atmosphere-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-atmosphere</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.wicket : wicket-atmosphere gradle dependency to your build.gradle file:

implementation 'org.apache.wicket:wicket-atmosphere:0.18'

Gradle Kotlin DSL: Add the following org.apache.wicket : wicket-atmosphere gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.wicket:wicket-atmosphere:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.wicket : wicket-atmosphere sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.wicket" % "wicket-atmosphere" % "0.18"

Advertisement