MVN

com.elveum : element-adapter

Maven & Gradle

Feb 09, 2023
52 stars

element-adapter · Another one elementary and easy-to-use adapter for RecyclerView

<dependency>
    <groupId>com.elveum</groupId>
    <artifactId>element-adapter</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.elveum : element-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.elveum : element-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
element-adapter-0.6
0.5.x
element-adapter-0.5.1
0.5
element-adapter-0.5
0.4
element-adapter-0.4
0.3.x
element-adapter-0.3.1
0.3
element-adapter-0.3
0.2
element-adapter-0.2
0.1
element-adapter-0.1

How to add a dependency to Maven

Add the following com.elveum : element-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.elveum</groupId>
    <artifactId>element-adapter</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.elveum : element-adapter gradle dependency to your build.gradle file:

implementation 'com.elveum:element-adapter:0.6'

Gradle Kotlin DSL: Add the following com.elveum : element-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.elveum:element-adapter:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.elveum : element-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.elveum" % "element-adapter" % "0.6"

Advertisement