MVN

com.etebase : client

Maven & Gradle

Nov 01, 2020

Etebase Android · Etebase API client for Android

<dependency>
    <groupId>com.etebase</groupId>
    <artifactId>client</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.etebase : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of com.etebase : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
client-2.3.2
client-2.3.1
client-2.3.0
2.2.x
client-2.2.0
2.1.x
client-2.1.0
2.0.x
client-2.0.0
0.2.x
client-0.2.2
client-0.2.1
client-0.2.0
0.1.x
client-0.1.4
client-0.1.3
client-0.1.2
client-0.1.1
client-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.etebase</groupId>
    <artifactId>client</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.etebase : client gradle dependency to your build.gradle file:

implementation 'com.etebase:client:2.3.2'

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

implementation("com.etebase:client:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.etebase : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.etebase" % "client" % "2.3.2"