License |
License |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdnekohtml |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeko HTML
An HTML parser and tag balancer.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
nekohtml-2.1.2.pom | |
nekohtml-2.1.2.jar | 116 KB |
nekohtml-2.1.2-sources.jar | 100 KB |
nekohtml-2.1.2-javadoc.jar | 710 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/nekohtml/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>nekohtml</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/nekohtml/
implementation 'org.codelibs:nekohtml:2.1.2'
// https://jarcasting.com/artifacts/org.codelibs/nekohtml/
implementation ("org.codelibs:nekohtml:2.1.2")
'org.codelibs:nekohtml:jar:2.1.2'
<dependency org="org.codelibs" name="nekohtml" rev="2.1.2">
<artifact name="nekohtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='nekohtml', version='2.1.2')
)
libraryDependencies += "org.codelibs" % "nekohtml" % "2.1.2"
[org.codelibs/nekohtml "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |