g

geotk-nature

Miscellaneous algorithms related to natural quantities. Most of those algorithms are determined empirically.
Martin Desruisseaux
文件下载
文件名 操作
geotk-nature-3.19-geoapi-3.0.jar 下载
geotk-nature-3.19-geoapi-3.0.pom 下载
geotk-nature-3.19-geoapi-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.geotoolkit</groupId>
  <artifactId>geotk-nature</artifactId>
  <version>3.19-geoapi-3.0</version>
</dependency>
Gradle Groovy
implementation 'org.geotoolkit:geotk-nature:3.19-geoapi-3.0'
Gradle Kotlin
implementation("org.geotoolkit:geotk-nature:3.19-geoapi-3.0")
Scala SBT
libraryDependencies += "org.geotoolkit" % "geotk-nature" % "3.19-geoapi-3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geotoolkit', module='geotk-nature', version='3.19-geoapi-3.0')
)
Apache Ivy
<dependency org="org.geotoolkit" name="geotk-nature" rev="3.19-geoapi-3.0" />
Leiningen
[org.geotoolkit/geotk-nature "3.19-geoapi-3.0"]
Apache Buildr
'org.geotoolkit:geotk-nature:jar:3.19-geoapi-3.0'