|
|
|
|
|
by cgag
4696 days ago
|
|
Yeah, pom files are disgusting, but leiningen (the clojure build tool) is built on top of maven and it's wonderful. [enlive "1.1.1"]
instead of <dependency>
<groupId>enlive</groupId>
<artifactId>enlive</artifactId>
<version>1.1.1</version>
</dependency>
|
|