MVN

pro.juxt.clojars-mirrors.hiccup : hiccup

Maven & Gradle

Jun 23, 2021
2 usages
1 stars

hiccup · A fast library for rendering HTML in Clojure (mirrored to Clojars by JUXT)

<dependency>
    <groupId>pro.juxt.clojars-mirrors.hiccup</groupId>
    <artifactId>hiccup</artifactId>
    <version>2.0.0-alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.juxt.clojars-mirrors.hiccup : hiccup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha2
  • Latest Alpha: 2.0.0-alpha2

All Versions

Choose a version of pro.juxt.clojars-mirrors.hiccup : hiccup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hiccup-2.0.0-alpha2

How to add a dependency to Maven

Add the following pro.juxt.clojars-mirrors.hiccup : hiccup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.juxt.clojars-mirrors.hiccup</groupId>
    <artifactId>hiccup</artifactId>
    <version>2.0.0-alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.juxt.clojars-mirrors.hiccup : hiccup gradle dependency to your build.gradle file:

implementation 'pro.juxt.clojars-mirrors.hiccup:hiccup:2.0.0-alpha2'

Gradle Kotlin DSL: Add the following pro.juxt.clojars-mirrors.hiccup : hiccup gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.juxt.clojars-mirrors.hiccup:hiccup:2.0.0-alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.juxt.clojars-mirrors.hiccup : hiccup sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.juxt.clojars-mirrors.hiccup" % "hiccup" % "2.0.0-alpha2"

Advertisement