Skip to content

Instantly share code, notes, and snippets.

@chbaranowski
Created August 14, 2010 15:06
Show Gist options
  • Save chbaranowski/524381 to your computer and use it in GitHub Desktop.
Save chbaranowski/524381 to your computer and use it in GitHub Desktop.
(defproject helloworld-webapp "1.0.0-SNAPSHOT"
:description "Demo Hello World Web application"
:dependencies [
[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[compojure "0.4.0"]
[ring/ring-jetty-adapter "0.2.3"]
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment