MVN

de.newsarea.homecockpit : fsuipc

Maven & Gradle

Mar 11, 2014
4 stars

homecockpit-fsuipc · Java library for FSUIPC which is based on the java implementation of the FSUIPC SDK.

<dependency>
    <groupId>de.newsarea.homecockpit</groupId>
    <artifactId>fsuipc</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.newsarea.homecockpit : fsuipc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of de.newsarea.homecockpit : fsuipc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
fsuipc-0.9.3
fsuipc-0.9.2
fsuipc-0.9.1
fsuipc-0.9.0

How to add a dependency to Maven

Add the following de.newsarea.homecockpit : fsuipc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.newsarea.homecockpit</groupId>
    <artifactId>fsuipc</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.newsarea.homecockpit : fsuipc gradle dependency to your build.gradle file:

implementation 'de.newsarea.homecockpit:fsuipc:0.9.3'

Gradle Kotlin DSL: Add the following de.newsarea.homecockpit : fsuipc gradle kotlin dependency to your build.gradle.kts file:

implementation("de.newsarea.homecockpit:fsuipc:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.newsarea.homecockpit : fsuipc sbt scala dependency to your build.sbt file:

libraryDependencies += "de.newsarea.homecockpit" % "fsuipc" % "0.9.3"