swank-clojure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.technomancy</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.technomancy</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.2.1</version>
<name>swank-clojure</name>
<description>Swank server connecting Clojure to Emacs SLIME</description>
<url>http://github.com/technomancy/swank-clojure</url>
<scm>
<connection>scm:git:git://github.com/technomancy/swank-clojure.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/swank-clojure.git</developerConnection>
<tag>0af258a279d42ea03ac12782fb2700f3602e9a78</tag>
<url>http://github.com/technomancy/swank-clojure</url>
</scm>
<licenses>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/org/documents/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>technomancy</id>
<name>Phil Hagelberg</name>
<url>http://technomancy.us</url>
</developer>
</developers>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
</build>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
</project>