| GroupId | GroupIdcom.github.gv2011 |
|---|---|
| ArtifactId | ArtifactIdhtml |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| html-0.7.pom | |
| html-0.7.jar | 11 KB |
| html-0.7-sources.jar | 8 KB |
| html-0.7-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/html/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>html</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/html/
implementation 'com.github.gv2011:html:0.7'
// https://jarcasting.com/artifacts/com.github.gv2011/html/
implementation ("com.github.gv2011:html:0.7")
'com.github.gv2011:html:jar:0.7'
<dependency org="com.github.gv2011" name="html" rev="0.7">
<artifact name="html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='html', version='0.7')
)
libraryDependencies += "com.github.gv2011" % "html" % "0.7"
[com.github.gv2011/html "0.7"]