File: project.clj

package info (click to toggle)
leiningen-clojure 2.9.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,348 kB
  • sloc: xml: 881; sh: 770; lisp: 46; makefile: 34; java: 16
file content (14 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject project-with-pom-plugins "0.1.0-SNAPSHOT"
  :pom-plugins [[two.parameter/simple-plugin "1.0.0"]
                [three.parameter/with-vec "1.0.1"
                 [:a 1 :a 2 :a 3]]
                [three.parameter/with-map "1.0.2"
                 {:a 1
                  :b 2
                  :c 3}]
                [three.parameter/with-list "1.0.3"
                 (:root
                   [:a 1]
                   [:b
                    [:c 2]
                    [:d 3]])]])