is not current version
Last Version 5.4.1

org.opengis.cite:teamengine 4.0.5

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

4.0.5
Type

Type

pom

Download teamengine 4.0.5

Filename Size
teamengine-4.0.5.pom 8 KB
Browse

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