Maven Repository - POM file for Scripting core.contracts 0.0.4 0.0.4

Summary

${artifactId}.

A contracts programming library for Clojure.

Declaration

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

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>core.contracts</artifactId>
   <version>0.0.4</version>
</dependency>

If you think this Maven repository POM file listing for core.contracts 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.

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>
  <artifactId>core.contracts</artifactId>
  <version>0.0.4</version>
  <name>${artifactId}</name>
  <description>A contracts programming library for Clojure</description>
  <packaging>jar</packaging>

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

  <parent>
    <groupId>org.clojure</groupId>
    <artifactId>pom.contrib</artifactId>
    <version>0.0.26</version>
  </parent>

  

  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>core.unify</artifactId>
      <version>0.5.3</version>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git://github.com/clojure/core.contracts.git</connection>
    <url>http://github.com/clojure/core.contracts</url>
  </scm>

  <repositories>
    <repository>
      <id>sonatype-oss-snapshots</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
</project>