GroupId | GroupIdjava2html |
---|---|
ArtifactId | ArtifactIdj2h |
Version | Version1.2 |
Type | Typejar |
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"]