t

teamengine

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).
http://opengeospatial.github.io/teamengine/
Apache License, Version 2.0
Open Geospatial Consortium
Luis Bermudez Paul Daisey R. Martell Chuck Morris Andreas Schmitz Sumit Sen Tanvi Shah Upendra Sachan Andrea Aime Chuck Heazel Dirk Stenger
文件下载
文件名 操作
teamengine-6.0.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>org.opengis.cite</groupId>
  <artifactId>teamengine</artifactId>
  <version>6.0.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite:teamengine:6.0.0-RC1'
Gradle Kotlin
implementation("org.opengis.cite:teamengine:6.0.0-RC1")
Scala SBT
libraryDependencies += "org.opengis.cite" % "teamengine" % "6.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite', module='teamengine', version='6.0.0-RC1')
)
Apache Ivy
<dependency org="org.opengis.cite" name="teamengine" rev="6.0.0-RC1" />
Leiningen
[org.opengis.cite/teamengine "6.0.0-RC1"]
Apache Buildr
'org.opengis.cite:teamengine:jar:6.0.0-RC1'
本项目依赖
该项目无第三方依赖