MVN

org.opengis.cite : ets-wfs30

Maven & Gradle

May 31, 2019
15 stars

WFS 3.0 Conformance Test Suite · Describe purpose of test suite.

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

Latest Version

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

  • Latest Stable: 0.4

All Versions

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

Version Vulnerabilities Updated
0.4
ets-wfs30-0.4
0.3
ets-wfs30-0.3
0.2
ets-wfs30-0.2
0.1
ets-wfs30-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-wfs30</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opengis.cite:ets-wfs30:0.4'

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

implementation("org.opengis.cite:ets-wfs30:0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opengis.cite" % "ets-wfs30" % "0.4"

Advertisement