MVN

com.googlecode.slotted : slotted

Maven & Gradle

May 25, 2016

Slotted · An extension of GWT Activities and Places, which adds the ability to nest Activities.

<dependency>
    <groupId>com.googlecode.slotted</groupId>
    <artifactId>slotted</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.3

All Versions

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

Version Vulnerabilities Updated
0.6.x
slotted-0.6.3
slotted-0.6.2
slotted-0.6.1
0.6
slotted-0.6
0.5.x
slotted-0.5.1
0.5
slotted-0.5
0.4
slotted-0.4
0.3
slotted-0.3
0.2
slotted-0.2
0.1
slotted-0.1
0.2rc3
slotted-0.2rc3
0.2rc2
slotted-0.2rc2
0.2rc1
slotted-0.2rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.slotted</groupId>
    <artifactId>slotted</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.googlecode.slotted:slotted:0.6.3'

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

implementation("com.googlecode.slotted:slotted:0.6.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.googlecode.slotted" % "slotted" % "0.6.3"