This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-jtwig/project.clj

11 lines
526 B
Clojure
Raw Normal View History

2014-03-05 19:16:26 -05:00
(defproject clj-jtwig "0.2.2"
:description "Clojure wrapper for JTwig"
:url "https://github.com/gered/clj-jtwig"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:repositories [["sonatype" {:url "http://oss.sonatype.org/content/repositories/releases"
:snapshots false}]]
:dependencies [[org.clojure/clojure "1.5.1"]
2014-03-23 10:28:40 -04:00
[com.lyncode/jtwig-core "2.1.2"]
[org.apache.commons/commons-lang3 "3.1"]])