g

grumpy-projection

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