is not current version
Last Version 5.4.1

org.opengis.cite:teamengine 5.2

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).

GroupId

GroupId

org.opengis.cite
ArtifactId

ArtifactId

teamengine
Version

Version

5.2
Type

Type

jar

Download teamengine 5.2


<!-- https://jarcasting.com/artifacts/org.opengis.cite/teamengine/ -->
<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>teamengine</artifactId>
    <version>5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite/teamengine/
implementation 'org.opengis.cite:teamengine:5.2'
// https://jarcasting.com/artifacts/org.opengis.cite/teamengine/
implementation ("org.opengis.cite:teamengine:5.2")
'org.opengis.cite:teamengine:jar:5.2'
<dependency org="org.opengis.cite" name="teamengine" rev="5.2">
  <artifact name="teamengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite', module='teamengine', version='5.2')
)
libraryDependencies += "org.opengis.cite" % "teamengine" % "5.2"
[org.opengis.cite/teamengine "5.2"]