g

geoapi

The development community in building GIS solutions is sustaining an enormous level of effort. The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards.
Martin Desruisseaux
文件下载
文件名 操作
geoapi-3.0.2.jar 下载
geoapi-3.0.2.pom 下载
geoapi-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opengis</groupId>
  <artifactId>geoapi</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.opengis:geoapi:3.0.2'
Gradle Kotlin
implementation("org.opengis:geoapi:3.0.2")
Scala SBT
libraryDependencies += "org.opengis" % "geoapi" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis', module='geoapi', version='3.0.2')
)
Apache Ivy
<dependency org="org.opengis" name="geoapi" rev="3.0.2" />
Leiningen
[org.opengis/geoapi "3.0.2"]
Apache Buildr
'org.opengis:geoapi:jar:3.0.2'