MVN

com.googlecode : wicket-slides

Maven & Gradle

Aug 01, 2011
1 usages

wicket-slides · wicket adaptor for Smoothgallery javascript slideshow library based on Mootools 1.2

<dependency>
    <groupId>com.googlecode</groupId>
    <artifactId>wicket-slides</artifactId>
    <version>0.8.2-smoothgallery2.1dev</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode : wicket-slides to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2-smoothgallery2.1dev

All Versions

Choose a version of com.googlecode : wicket-slides to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
wicket-slides-0.8.2-smoothgallery2.1dev
wicket-slides-0.8.1-smoothgallery2.1dev
wicket-slides-0.8.0-smoothgallery2.1dev
0.7.x
wicket-slides-0.7.1-smoothgallery2.0

How to add a dependency to Maven

Add the following com.googlecode : wicket-slides maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode</groupId>
    <artifactId>wicket-slides</artifactId>
    <version>0.8.2-smoothgallery2.1dev</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode : wicket-slides gradle dependency to your build.gradle file:

implementation 'com.googlecode:wicket-slides:0.8.2-smoothgallery2.1dev'

Gradle Kotlin DSL: Add the following com.googlecode : wicket-slides gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode:wicket-slides:0.8.2-smoothgallery2.1dev")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode : wicket-slides sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode" % "wicket-slides" % "0.8.2-smoothgallery2.1dev"

Advertisement