GroupId | GroupIdcat.inspiracio |
---|---|
ArtifactId | ArtifactIdhtml-parser |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
html-parser-0.0.3.pom | |
html-parser-0.0.3.jar | 200 KB |
html-parser-0.0.3-sources.jar | 232 KB |
html-parser-0.0.3-javadoc.jar | 933 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cat.inspiracio/html-parser/ -->
<dependency>
<groupId>cat.inspiracio</groupId>
<artifactId>html-parser</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cat.inspiracio/html-parser/
implementation 'cat.inspiracio:html-parser:0.0.3'
// https://jarcasting.com/artifacts/cat.inspiracio/html-parser/
implementation ("cat.inspiracio:html-parser:0.0.3")
'cat.inspiracio:html-parser:jar:0.0.3'
<dependency org="cat.inspiracio" name="html-parser" rev="0.0.3">
<artifact name="html-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.inspiracio', module='html-parser', version='0.0.3')
)
libraryDependencies += "cat.inspiracio" % "html-parser" % "0.0.3"
[cat.inspiracio/html-parser "0.0.3"]