g

grumpy-projection

OGC tools including WMS server
http://github.com/davidmoten/grumpy
Files download
File Operation
grumpy-projection-0.4.8.jar download
grumpy-projection-0.4.8.pom download
grumpy-projection-0.4.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>grumpy-projection</artifactId>
  <version>0.4.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:grumpy-projection:0.4.8'
Gradle Kotlin
implementation("com.github.davidmoten:grumpy-projection:0.4.8")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "grumpy-projection" % "0.4.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='grumpy-projection', version='0.4.8')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="grumpy-projection" rev="0.4.8" />
Leiningen
[com.github.davidmoten/grumpy-projection "0.4.8"]
Apache Buildr
'com.github.davidmoten:grumpy-projection:jar:0.4.8'