Last Version

htmlsplicer 0.5

HTMLSplicer is a toolkit that provides methods to compose complex HTML documents from simpler HTML documents, called templates. It can be used to generate servlet responses in Java web-applications.

GroupId

GroupId

com.lambdazen.htmlsplicer
ArtifactId

ArtifactId

htmlsplicer
Version

Version

0.5
Type

Type

jar
Description

Description

htmlsplicer
HTMLSplicer is a toolkit that provides methods to compose complex HTML documents from simpler HTML documents, called templates. It can be used to generate servlet responses in Java web-applications.

Download htmlsplicer 0.5


<!-- https://jarcasting.com/artifacts/com.lambdazen.htmlsplicer/htmlsplicer/ -->
<dependency>
    <groupId>com.lambdazen.htmlsplicer</groupId>
    <artifactId>htmlsplicer</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdazen.htmlsplicer/htmlsplicer/
implementation 'com.lambdazen.htmlsplicer:htmlsplicer:0.5'
// https://jarcasting.com/artifacts/com.lambdazen.htmlsplicer/htmlsplicer/
implementation ("com.lambdazen.htmlsplicer:htmlsplicer:0.5")
'com.lambdazen.htmlsplicer:htmlsplicer:jar:0.5'
<dependency org="com.lambdazen.htmlsplicer" name="htmlsplicer" rev="0.5">
  <artifact name="htmlsplicer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdazen.htmlsplicer', module='htmlsplicer', version='0.5')
)
libraryDependencies += "com.lambdazen.htmlsplicer" % "htmlsplicer" % "0.5"
[com.lambdazen.htmlsplicer/htmlsplicer "0.5"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
nu.validator.htmlparser : htmlparser jar 1.4

Project Modules

There are no modules declared in this project.