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