Maven Repository - POM file for Scripting clojure 1.2.0 1.2.0

Summary

clojure.

Clojure core environment and runtime library..

Declaration

Here is the list of declaration for clojure. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>clojure</artifactId>
   <version>1.2.0</version>
</dependency>

If you think this Maven repository POM file listing for clojure is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Eclipse Public License 1.0
URL: http://opensource.org/licenses/eclipse-1.0.php.

Depended by

The following table lists the most popular artifacts which are depending on clojure-1.2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkhiccup 0.3.6
A fast library for rendering HTML in Clojure
5
Scriptingclojure-contrib 1.2.0
Clojure user contributions library.
5




Packages

The following packages are defined in the clojure-1.2.0.jar

clojure
clojure.asm
clojure.asm.commons
clojure.core
clojure.core.protocols
clojure.java
clojure.java.io
clojure.lang
clojure.pprint
clojure.test




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                             http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.clojure</groupId>
    <artifactId>clojure</artifactId>
    <name>clojure</name>
    <version>1.2.0</version>
    <url>http://clojure.org/</url>

    <description>Clojure core environment and runtime library.</description>

    <scm>
        <connection>scm:git:git://github.com/richhickey/clojure.git</connection>
        <developerConnection>scm:git:git://github.com/richhickey/clojure.git</developerConnection>
        <url>http://github.com/richhickey/clojure</url>
    </scm>
  
    

    <licenses>
        <license>
            <name>Eclipse Public License 1.0</name>
            <url>http://opensource.org/licenses/eclipse-1.0.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

</project>