is not current version
Last Version 1.3.1

java2html:j2h 1.2


GroupId

GroupId

java2html
ArtifactId

ArtifactId

j2h
Version

Version

1.2
Type

Type

jar

Download j2h 1.2

Filename Size
j2h-1.2.pom
j2h-1.2.jar 261 KB
Browse

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