| GroupId | GroupIdnekohtml | 
|---|---|
| ArtifactId | ArtifactIdnekohtmlXni | 
| Last Version | Last Version0.9.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| nekohtmlXni-0.9.3.pom | |
| nekohtmlXni-0.9.3.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/nekohtml/nekohtmlXni/ -->
<dependency>
    <groupId>nekohtml</groupId>
    <artifactId>nekohtmlXni</artifactId>
    <version>0.9.3</version>
</dependency>// https://jarcasting.com/artifacts/nekohtml/nekohtmlXni/
implementation 'nekohtml:nekohtmlXni:0.9.3'// https://jarcasting.com/artifacts/nekohtml/nekohtmlXni/
implementation ("nekohtml:nekohtmlXni:0.9.3")'nekohtml:nekohtmlXni:jar:0.9.3'<dependency org="nekohtml" name="nekohtmlXni" rev="0.9.3">
  <artifact name="nekohtmlXni" type="jar" />
</dependency>@Grapes(
@Grab(group='nekohtml', module='nekohtmlXni', version='0.9.3')
)libraryDependencies += "nekohtml" % "nekohtmlXni" % "0.9.3"[nekohtml/nekohtmlXni "0.9.3"]