MVN

de.bytefish.fcmjava : fcmjava-client

Maven & Gradle

Nov 26, 2017
1 stars

fcmjava-client

<dependency>
    <groupId>de.bytefish.fcmjava</groupId>
    <artifactId>fcmjava-client</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bytefish.fcmjava : fcmjava-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of de.bytefish.fcmjava : fcmjava-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
fcmjava-client-2.5
2.4
fcmjava-client-2.4
2.3
fcmjava-client-2.3
2.2
fcmjava-client-2.2
2.1
fcmjava-client-2.1
2.0
fcmjava-client-2.0
1.2
fcmjava-client-1.2
1.1
fcmjava-client-1.1
1.0
fcmjava-client-1.0
0.9
fcmjava-client-0.9
0.8
fcmjava-client-0.8
0.7
fcmjava-client-0.7
0.6
fcmjava-client-0.6
0.4
fcmjava-client-0.4
0.3
fcmjava-client-0.3
0.1
fcmjava-client-0.1

How to add a dependency to Maven

Add the following de.bytefish.fcmjava : fcmjava-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.bytefish.fcmjava</groupId>
    <artifactId>fcmjava-client</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bytefish.fcmjava : fcmjava-client gradle dependency to your build.gradle file:

implementation 'de.bytefish.fcmjava:fcmjava-client:2.5'

Gradle Kotlin DSL: Add the following de.bytefish.fcmjava : fcmjava-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bytefish.fcmjava:fcmjava-client:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bytefish.fcmjava : fcmjava-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bytefish.fcmjava" % "fcmjava-client" % "2.5"

Advertisement