MVN

com.ramotion.expandingcollection : expanding-collection

Maven & Gradle

Apr 29, 2019
2k stars

Expanding Collection for Android · ExpandingCollection is a card peek/pop controller https://business.ramotion.com

<dependency>
    <groupId>com.ramotion.expandingcollection</groupId>
    <artifactId>expanding-collection</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ramotion.expandingcollection : expanding-collection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of com.ramotion.expandingcollection : expanding-collection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
expanding-collection-0.9.2
expanding-collection-0.9.1
expanding-collection-0.9.0

How to add a dependency to Maven

Add the following com.ramotion.expandingcollection : expanding-collection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ramotion.expandingcollection</groupId>
    <artifactId>expanding-collection</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ramotion.expandingcollection : expanding-collection gradle dependency to your build.gradle file:

implementation 'com.ramotion.expandingcollection:expanding-collection:0.9.2'

Gradle Kotlin DSL: Add the following com.ramotion.expandingcollection : expanding-collection gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ramotion.expandingcollection:expanding-collection:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ramotion.expandingcollection : expanding-collection sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ramotion.expandingcollection" % "expanding-collection" % "0.9.2"