Created
April 17, 2017 10:56
-
-
Save Nek/1585cee87852cdd8b5e0f40c310bd168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defproject moodwiz "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"} | |
| :dependencies [[org.clojure/clojure "1.8.0"]] | |
| :resource-paths ["resources" "resources/vader-sentiment-analyzer-1.0.jar"] | |
| :main moodwiz.core | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment