MVN

fr.bmartel : fadecandy-service

Maven & Gradle

Feb 04, 2018
24 stars

fadecandy-server-android · Fadecandy server for Android

<dependency>
    <groupId>fr.bmartel</groupId>
    <artifactId>fadecandy-service</artifactId>
    <version>1.62</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.bmartel : fadecandy-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.62

All Versions

Choose a version of fr.bmartel : fadecandy-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.62
fadecandy-service-1.62
1.61
fadecandy-service-1.61
1.6
fadecandy-service-1.6
1.4
fadecandy-service-1.4

How to add a dependency to Maven

Add the following fr.bmartel : fadecandy-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.bmartel</groupId>
    <artifactId>fadecandy-service</artifactId>
    <version>1.62</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.bmartel : fadecandy-service gradle dependency to your build.gradle file:

implementation 'fr.bmartel:fadecandy-service:1.62'

Gradle Kotlin DSL: Add the following fr.bmartel : fadecandy-service gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.bmartel:fadecandy-service:1.62")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.bmartel : fadecandy-service sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.bmartel" % "fadecandy-service" % "1.62"

Advertisement