MVN

org.opengis.cite : ets-sos20

Maven & Gradle

Oct 21, 2020
1 stars

OGC Sensor Observation Service 2.0.0 - Executable Test Suite · Verifies conformance of implementations to OGC Sensor Observation Service 2.0.0.

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-sos20</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opengis.cite : ets-sos20 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14

All Versions

Choose a version of org.opengis.cite : ets-sos20 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14
ets-sos20-1.14

How to add a dependency to Maven

Add the following org.opengis.cite : ets-sos20 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-sos20</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opengis.cite : ets-sos20 gradle dependency to your build.gradle file:

implementation 'org.opengis.cite:ets-sos20:1.14'

Gradle Kotlin DSL: Add the following org.opengis.cite : ets-sos20 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opengis.cite:ets-sos20:1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opengis.cite : ets-sos20 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opengis.cite" % "ets-sos20" % "1.14"

Advertisement