/lcmap-commons

Common functions that should not be duplicated across lcmap-*

Primary LanguageClojureThe UnlicenseUnlicense

lcmap-commons

Build Status Clojars Project

Shared pure clojure functions for LCMAP. Any code with side-effects or dependencies on other LCMAP projects do not go here.

Installing

Leiningen/Boot

[gov.usgs.eros/lcmap-commons "1.0.1"]

Gradle

compile "gov.usgs.eros:lcmap-commons:1.0.1"

Maven

<dependency>
  <groupId>gov.usgs.eros</groupId>
  <artifactId>lcmap-commons</artifactId>
  <version>1.0.1</version>
</dependency>

Developing & Testing

Contributing

tbd.

Deploying