License |
License |
---|---|
GroupId | GroupIdorg.cloudhoist |
ArtifactId | ArtifactIdenlive |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionenlive
a HTML selector-based (a la CSS) templating and transformation system for Clojure.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enlive-1.0.0.pom | |
enlive-1.0.0.jar | 12 KB |
enlive-1.0.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/enlive/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>enlive</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/enlive/
implementation 'org.cloudhoist:enlive:1.0.0'
// https://jarcasting.com/artifacts/org.cloudhoist/enlive/
implementation ("org.cloudhoist:enlive:1.0.0")
'org.cloudhoist:enlive:jar:1.0.0'
<dependency org="org.cloudhoist" name="enlive" rev="1.0.0">
<artifact name="enlive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='enlive', version='1.0.0')
)
libraryDependencies += "org.cloudhoist" % "enlive" % "1.0.0"
[org.cloudhoist/enlive "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.1.0 |
org.ccil.cowan.tagsoup : tagsoup | jar | 1.2 |