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