MVN

com.github.manuelpeinado.multichoiceadapter : sample

Maven & Gradle

Jul 13, 2013

MultiChoiceAdapter Sample

<dependency>
    <groupId>com.github.manuelpeinado.multichoiceadapter</groupId>
    <artifactId>sample</artifactId>
    <version>2.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.manuelpeinado.multichoiceadapter : sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.5

All Versions

Choose a version of com.github.manuelpeinado.multichoiceadapter : sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
sample-2.2.5
sample-2.2.4
2.1.x
sample-2.1.4
sample-2.1.3
sample-2.1.2
sample-2.1.1
sample-2.1.0
2.0.x
sample-2.0.0
1.0.x
sample-1.0.7
sample-1.0.6
sample-1.0.5

How to add a dependency to Maven

Add the following com.github.manuelpeinado.multichoiceadapter : sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.manuelpeinado.multichoiceadapter</groupId>
    <artifactId>sample</artifactId>
    <version>2.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.manuelpeinado.multichoiceadapter : sample gradle dependency to your build.gradle file:

implementation 'com.github.manuelpeinado.multichoiceadapter:sample:2.2.5'

Gradle Kotlin DSL: Add the following com.github.manuelpeinado.multichoiceadapter : sample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.manuelpeinado.multichoiceadapter:sample:2.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.manuelpeinado.multichoiceadapter : sample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.manuelpeinado.multichoiceadapter" % "sample" % "2.2.5"