Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Common functions that should not be duplicated across lcmap-*

License

Notifications You must be signed in to change notification settings

repository-preservation/lcmap-commons

Repository files navigation

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

About

Common functions that should not be duplicated across lcmap-*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published