MVN

fr.isee-u.safer : android-participants

Maven & Gradle

Feb 17, 2023

android-participants · safer official Android SDK

<dependency>
    <groupId>fr.isee-u.safer</groupId>
    <artifactId>android-participants</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.isee-u.safer : android-participants to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of fr.isee-u.safer : android-participants to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
android-participants-1.2.3
android-participants-1.2.2
android-participants-1.2.1
android-participants-1.2.0
1.1.x
android-participants-1.1.43
android-participants-1.1.42
android-participants-1.1.41
android-participants-1.1.40
android-participants-1.1.39
android-participants-1.1.38
android-participants-1.1.37
android-participants-1.1.35
android-participants-1.1.34
android-participants-1.1.33
android-participants-1.1.32
android-participants-1.1.31
android-participants-1.1.30
android-participants-1.1.29
android-participants-1.1.28
android-participants-1.1.27
android-participants-1.1.26
android-participants-1.1.25
android-participants-1.1.24
android-participants-1.1.23
android-participants-1.1.22
android-participants-1.1.19
android-participants-1.1.18
android-participants-1.1.17
android-participants-1.1.16
android-participants-1.1.15
android-participants-1.1.14
android-participants-1.1.13
android-participants-1.1.12
android-participants-1.1.9
android-participants-1.1.8
android-participants-1.1.7
android-participants-1.1.6
android-participants-1.1.5
android-participants-1.1.4
android-participants-1.1.3
android-participants-1.1.2
android-participants-1.1.1
android-participants-1.1.0
1.0.x
android-participants-1.0.5

How to add a dependency to Maven

Add the following fr.isee-u.safer : android-participants maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.isee-u.safer</groupId>
    <artifactId>android-participants</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.isee-u.safer : android-participants gradle dependency to your build.gradle file:

implementation 'fr.isee-u.safer:android-participants:1.2.3'

Gradle Kotlin DSL: Add the following fr.isee-u.safer : android-participants gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.isee-u.safer:android-participants:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.isee-u.safer : android-participants sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.isee-u.safer" % "android-participants" % "1.2.3"