Download swank-clojure-1.2.1.jar file - Jar s

Jar examples for s:swank-clojure

Description

Swank server connecting Clojure to Emacs SLIME

You can download jar file swank-clojure 1.2.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add swank-clojure-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.technomancy</groupId>
   <artifactId>swank-clojure</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.technomancy', name: 'swank-clojure', version: '1.2.1'
libraryDependencies += "com.github.technomancy" % "swank-clojure" % "1.2.1"
<dependency org="com.github.technomancy" name="swank-clojure" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.technomancy', module='swank-clojure', version='1.2.1'))
'com.github.technomancy:swank-clojure:jar:1.2.1'

Download

Click the following link to download the jar file.

swank-clojure-1.2.1.jar
swank-clojure-1.2.1.pom



Related Tutorials