GroupId | GroupIdcom.j2html |
---|---|
ArtifactId | ArtifactIdj2html |
Version | Version0.88 |
Type | Typejar |
Filename | Size |
---|---|
j2html-0.88.pom | |
j2html-0.88.jar | 39 KB |
j2html-0.88-sources.jar | 19 KB |
j2html-0.88-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.j2html/j2html/ -->
<dependency>
<groupId>com.j2html</groupId>
<artifactId>j2html</artifactId>
<version>0.88</version>
</dependency>
// https://jarcasting.com/artifacts/com.j2html/j2html/
implementation 'com.j2html:j2html:0.88'
// https://jarcasting.com/artifacts/com.j2html/j2html/
implementation ("com.j2html:j2html:0.88")
'com.j2html:j2html:jar:0.88'
<dependency org="com.j2html" name="j2html" rev="0.88">
<artifact name="j2html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j2html', module='j2html', version='0.88')
)
libraryDependencies += "com.j2html" % "j2html" % "0.88"
[com.j2html/j2html "0.88"]