GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdhtmlparser |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
htmlparser-0.0.8.pom | |
htmlparser-0.0.8.jar | 1 KB |
htmlparser-0.0.8-tests.jar | 1 KB |
htmlparser-0.0.8-sources.jar | 649 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/htmlparser/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>htmlparser</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/htmlparser/
implementation 'org.tinygroup:htmlparser:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/htmlparser/
implementation ("org.tinygroup:htmlparser:0.0.8")
'org.tinygroup:htmlparser:jar:0.0.8'
<dependency org="org.tinygroup" name="htmlparser" rev="0.0.8">
<artifact name="htmlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='htmlparser', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "htmlparser" % "0.0.8"
[org.tinygroup/htmlparser "0.0.8"]