Maven Repository - POM file for Web Framework hiccup 0.3.6 0.3.6

Summary

hiccup.

A fast library for rendering HTML in Clojure.

Declaration

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

<dependency>
   <groupId>hiccup</groupId>
   <artifactId>hiccup</artifactId>
   <version>0.3.6</version>
</dependency>

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

Depends on

The hiccup-0.3.6 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scriptingclojure 1.2.0
Clojure core environment and runtime library.
5
Scriptingclojure-contrib 1.2.0
Clojure user contributions library.
5




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>hiccup</groupId>
  <artifactId>hiccup</artifactId>
  <version>0.3.6</version>
  <name>hiccup</name>
  <description>A fast library for rendering HTML in Clojure</description>
  <url>http://github.com/weavejester/hiccup</url>
  <scm>
    <connection>scm:git:git://github.com/weavejester/hiccup.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/weavejester/hiccup.git</developerConnection>
    <tag>10c3ebe175edc80eed1a0792ec68036be47940d3</tag>
    <url>https://github.com/weavejester/hiccup</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>test-resources</directory>
      </testResource>
    </testResources>
  </build>
  <repositories>
    <repository>
      <id>central</id>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <id>clojure</id>
      <url>http://build.clojure.org/releases</url>
    </repository>
    <repository>
      <id>clojure-snapshots</id>
      <url>http://build.clojure.org/snapshots</url>
    </repository>
    <repository>
      <id>clojars</id>
      <url>http://clojars.org/repo/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure-contrib</artifactId>
      <version>1.2.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>