is not current version
Last Version 1.0.13

com.github.xmlet:htmlApi 1.0.2

Uses XsdAsm to generate a fluent API that allows the creation of HTML5 documents.

GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

htmlApi
Version

Version

1.0.2
Type

Type

jar

Download htmlApi 1.0.2


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