| License |
License |
|---|---|
| GroupId | GroupIdde.java2html |
| ArtifactId | ArtifactIdjava2html |
| Last Version | Last Version5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava2html api
Java2html api
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| java2html-5.0.pom | |
| java2html-5.0.jar | 187 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.java2html/java2html/ -->
<dependency>
<groupId>de.java2html</groupId>
<artifactId>java2html</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.java2html/java2html/
implementation 'de.java2html:java2html:5.0'
// https://jarcasting.com/artifacts/de.java2html/java2html/
implementation ("de.java2html:java2html:5.0")
'de.java2html:java2html:jar:5.0'
<dependency org="de.java2html" name="java2html" rev="5.0">
<artifact name="java2html" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.java2html', module='java2html', version='5.0')
)
libraryDependencies += "de.java2html" % "java2html" % "5.0"
[de.java2html/java2html "5.0"]