не последняя версия
Последняя версия 5.4.1

org.opengis.cite:teamengine 4.10

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

Группа

Группа

org.opengis.cite
Идентификатор

Идентификатор

teamengine
Версия

Версия

4.10
Тип

Тип

pom

Скачать teamengine 4.10

Имя Файла Размер
teamengine-4.10.pom 11 KB
Обзор

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