e

ets-cat30

Checks a catalogue service implementation for conformance to "OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding" (OGC 12-176r6) and related specifications.
http://opengeospatial.github.io/ets-cat30/
Apache License, Version 2.0
Open Geospatial Consortium
R. Martell
Files download
File Operation
ets-cat30-1.5.jar download
ets-cat30-1.5.pom download
ets-cat30-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opengis.cite</groupId>
  <artifactId>ets-cat30</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite:ets-cat30:1.5'
Gradle Kotlin
implementation("org.opengis.cite:ets-cat30:1.5")
Scala SBT
libraryDependencies += "org.opengis.cite" % "ets-cat30" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite', module='ets-cat30', version='1.5')
)
Apache Ivy
<dependency org="org.opengis.cite" name="ets-cat30" rev="1.5" />
Leiningen
[org.opengis.cite/ets-cat30 "1.5"]
Apache Buildr
'org.opengis.cite:ets-cat30:jar:1.5'