w

wms-demo

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