leiningen/test_projects/tricky-name/project.clj

6 lines
198 B
Clojure
Raw Normal View History

(defproject org.domain/tricky-name "1.0"
:description "One with a tricky group and project name"
:dev-dependencies [[clojure "1.2.0"]]
:shell-wrapper true
:main org.domain.tricky-name.core)