Skip to content

Instantly share code, notes, and snippets.

@delihiros
Created January 12, 2015 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delihiros/8550435fd7f74136ce1a to your computer and use it in GitHub Desktop.
Save delihiros/8550435fd7f74136ce1a to your computer and use it in GitHub Desktop.
(defproject gephi-demo "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:repositories [["Gephi Snapshots" "http://nexus.gephi.org/nexus/content/repositories/snapshots/"]
["Gephi Releases" "http://nexus.gephi.org/nexus/content/repositories/releases/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.gephi/gephi-toolkit "0.9-SNAPSHOT"]])
;:resource-paths ["lib/*"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment