Skip to content

Instantly share code, notes, and snippets.

@elben
Created August 27, 2010 03:41
Show Gist options
  • Save elben/552741 to your computer and use it in GitHub Desktop.
Save elben/552741 to your computer and use it in GitHub Desktop.
(defproject cljservice "1.0.0-SNAPSHOT"
:description "A Compojure 'Hello World' application"
:dependencies [[org.clojure/clojure "1.2.0-beta1"]
[org.clojure/clojure-contrib "1.2.0-beta1"]
[compojure "0.4.1"]
[ring/ring-jetty-adapter "0.2.3"]]
:main simpleweb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment