Hacker News new | past | comments | ask | show | jobs | submit login

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>



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: