License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIdpro.juxt.clojars-mirrors.hiccup |
ArtifactId | ArtifactIdhiccup |
Last Version | Last Version2.0.0-alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhiccup
A fast library for rendering HTML in Clojure (mirrored to Clojars by JUXT)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hiccup-2.0.0-alpha2.pom | |
hiccup-2.0.0-alpha2.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.hiccup/hiccup/ -->
<dependency>
<groupId>pro.juxt.clojars-mirrors.hiccup</groupId>
<artifactId>hiccup</artifactId>
<version>2.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.hiccup/hiccup/
implementation 'pro.juxt.clojars-mirrors.hiccup:hiccup:2.0.0-alpha2'
// https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.hiccup/hiccup/
implementation ("pro.juxt.clojars-mirrors.hiccup:hiccup:2.0.0-alpha2")
'pro.juxt.clojars-mirrors.hiccup:hiccup:jar:2.0.0-alpha2'
<dependency org="pro.juxt.clojars-mirrors.hiccup" name="hiccup" rev="2.0.0-alpha2">
<artifact name="hiccup" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.juxt.clojars-mirrors.hiccup', module='hiccup', version='2.0.0-alpha2')
)
libraryDependencies += "pro.juxt.clojars-mirrors.hiccup" % "hiccup" % "2.0.0-alpha2"
[pro.juxt.clojars-mirrors.hiccup/hiccup "2.0.0-alpha2"]