MVN

com.hannesdorfmann.adaptercommands : adaptercommands

Maven & Gradle

Feb 04, 2017
74 stars

Adapter-Commands · Command design pattern for RecyclerView ItemAnimtaions

<dependency>
    <groupId>com.hannesdorfmann.adaptercommands</groupId>
    <artifactId>adaptercommands</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.adaptercommands : adaptercommands to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.hannesdorfmann.adaptercommands : adaptercommands to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
adaptercommands-1.0.4
adaptercommands-1.0.3
adaptercommands-1.0.2
adaptercommands-1.0.1
adaptercommands-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hannesdorfmann.adaptercommands</groupId>
    <artifactId>adaptercommands</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hannesdorfmann.adaptercommands : adaptercommands gradle dependency to your build.gradle file:

implementation 'com.hannesdorfmann.adaptercommands:adaptercommands:1.0.4'

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

implementation("com.hannesdorfmann.adaptercommands:adaptercommands:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hannesdorfmann.adaptercommands : adaptercommands sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hannesdorfmann.adaptercommands" % "adaptercommands" % "1.0.4"