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