MVN

org.opengis.cite : teamengine

Maven & Gradle

Apr 14, 2023
43 stars

TEAM Engine · A test harness that executes test suites written using the OGC CTL test grammar or the TestNG framework. It is typically used to verify specification compliance and is the official test harness of the OGC Compliance Testing Program (CITE).

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>teamengine</artifactId>
    <version>5.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opengis.cite : teamengine to add to Maven - Latest Versions:

  • Latest Stable: 5.6.1

All Versions

Choose a version of org.opengis.cite : teamengine to add to Maven - All Versions:

Version Vulnerabilities Updated
5.6.x
teamengine-5.6.1
5.6
teamengine-5.6
5.5.x
teamengine-5.5.2
teamengine-5.5.1
5.5
teamengine-5.5
5.4.x
teamengine-5.4.1
5.4
teamengine-5.4
5.3.x
teamengine-5.3.1
5.3
teamengine-5.3
5.2
teamengine-5.2
4.10
teamengine-4.10
4.9
teamengine-4.9
4.7.x
teamengine-4.7.1
4.7
teamengine-4.7
4.5
teamengine-4.5
4.0.x
teamengine-4.0.6
teamengine-4.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>teamengine</artifactId>
    <version>5.6.1</version>
</dependency>

Advertisement