MVN

org.n52.sensorweb-server.helgoland : helgoland-spi

Maven & Gradle

Dec 23, 2022
12 usages
22 stars

Sensor Web Server Helgoland - SPI module

<dependency>
    <groupId>org.n52.sensorweb-server.helgoland</groupId>
    <artifactId>helgoland-spi</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.n52.sensorweb-server.helgoland : helgoland-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of org.n52.sensorweb-server.helgoland : helgoland-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
helgoland-spi-3.5.0
helgoland-spi-3.5.0-PR.13
helgoland-spi-3.5.0-PR.12
helgoland-spi-3.5.0-PR.11
helgoland-spi-3.5.0-PR.10
helgoland-spi-3.5.0-PR.9
helgoland-spi-3.5.0-PR.8
helgoland-spi-3.5.0-PR.7
helgoland-spi-3.5.0-PR.6
helgoland-spi-3.5.0-PR.5
helgoland-spi-3.5.0-PR.4
helgoland-spi-3.5.0-PR.3
helgoland-spi-3.5.0-PR.2
helgoland-spi-3.5.0-PR.1
3.4.x
helgoland-spi-3.4.4
helgoland-spi-3.4.3
helgoland-spi-3.4.2
helgoland-spi-3.4.1
helgoland-spi-3.4.0
3.3.x
helgoland-spi-3.3.5
helgoland-spi-3.3.4
helgoland-spi-3.3.3
helgoland-spi-3.3.2
helgoland-spi-3.3.1
helgoland-spi-3.3.0
3.2.x
helgoland-spi-3.2.1
helgoland-spi-3.2.0
3.1.x
helgoland-spi-3.1.0
3.0.x
helgoland-spi-3.0.0

How to add a dependency to Maven

Add the following org.n52.sensorweb-server.helgoland : helgoland-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.n52.sensorweb-server.helgoland</groupId>
    <artifactId>helgoland-spi</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.n52.sensorweb-server.helgoland : helgoland-spi gradle dependency to your build.gradle file:

implementation 'org.n52.sensorweb-server.helgoland:helgoland-spi:3.5.0'

Gradle Kotlin DSL: Add the following org.n52.sensorweb-server.helgoland : helgoland-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.n52.sensorweb-server.helgoland:helgoland-spi:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.n52.sensorweb-server.helgoland : helgoland-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.n52.sensorweb-server.helgoland" % "helgoland-spi" % "3.5.0"

Advertisement