MVN

org.opengis.cite : ets-gmljpx20

Maven & Gradle

Mar 31, 2022
2 stars

GML in JPEG 2000 Conformance Test Suite · Checks JPEG 2000 codestreams for conformance against "OGC GML in JPEG 2000 (GMLJP2) Encoding Standard Part 1" (OGC 08-085r4) and related specifications.

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-gmljpx20</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opengis.cite : ets-gmljpx20 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.opengis.cite : ets-gmljpx20 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
ets-gmljpx20-1.2
1.1
ets-gmljpx20-1.1
1.0
ets-gmljpx20-1.0
0.2
ets-gmljpx20-0.2

How to add a dependency to Maven

Add the following org.opengis.cite : ets-gmljpx20 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-gmljpx20</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opengis.cite : ets-gmljpx20 gradle dependency to your build.gradle file:

implementation 'org.opengis.cite:ets-gmljpx20:1.2'

Gradle Kotlin DSL: Add the following org.opengis.cite : ets-gmljpx20 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opengis.cite:ets-gmljpx20:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opengis.cite : ets-gmljpx20 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opengis.cite" % "ets-gmljpx20" % "1.2"

Advertisement