You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build using Ant, Maven or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
23
+
You can build using Ant, Maven, Gradle or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
24
24
25
25
### Ant
26
26
@@ -49,10 +49,21 @@ Also add this dependency to your pom.xml:
49
49
</dependency>
50
50
```
51
51
52
+
### Gradle
53
+
To use Gradle add this repository to your repositories list :
54
+
```xml
55
+
maven { url "http://clojars.org/repo" }
56
+
```
57
+
Then you can just add the latest version to your build.
0 commit comments