forked from r0man/geocoder-clj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (16 loc) · 770 Bytes
/
Copy pathproject.clj
File metadata and controls
16 lines (16 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(defproject geocoder-clj "0.2.6-SNAPSHOT"
:description "A Clojure library for various geocoding services."
:url "https://github.com/r0man/geocoder-clj"
:min-lein-version "2.0.0"
:deploy-repositories [["releases" :clojars]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-http "1.0.1"]
[environ "1.0.0"]
[geo-clj "0.3.15"]
[inflections "0.9.11" :exclusions [org.clojure/clojure]]
[com.maxmind.geoip/geoip-api "1.2.14"]
[com.maxmind.geoip2/geoip2 "2.1.0"]
[gavagai "0.3.1"]] ; Java bean translation
:plugins [[lein-ancient "0.5.5"]])