MVN

de.fraunhofer.iosb.ilt : FROST-Client

Maven & Gradle

Oct 18, 2022
2 usages
27 stars

FROST-Client · A client implementation of the OGC SensorThings API.

<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>FROST-Client</artifactId>
    <version>0.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fraunhofer.iosb.ilt : FROST-Client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.44

All Versions

Choose a version of de.fraunhofer.iosb.ilt : FROST-Client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.44
FROST-Client-0.44
0.43
FROST-Client-0.43
0.42
FROST-Client-0.42
0.41
FROST-Client-0.41
0.40
FROST-Client-0.40
0.39
FROST-Client-0.39
0.38
FROST-Client-0.38
0.37
FROST-Client-0.37
0.36
FROST-Client-0.36
0.35
FROST-Client-0.35
0.34
FROST-Client-0.34

How to add a dependency to Maven

Add the following de.fraunhofer.iosb.ilt : FROST-Client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>FROST-Client</artifactId>
    <version>0.44</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.fraunhofer.iosb.ilt : FROST-Client gradle dependency to your build.gradle file:

implementation 'de.fraunhofer.iosb.ilt:FROST-Client:0.44'

Gradle Kotlin DSL: Add the following de.fraunhofer.iosb.ilt : FROST-Client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.fraunhofer.iosb.ilt:FROST-Client:0.44")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.fraunhofer.iosb.ilt : FROST-Client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.fraunhofer.iosb.ilt" % "FROST-Client" % "0.44"

Advertisement