| Группа | Группаnekohtml |
|---|---|
| Идентификатор | ИдентификаторnekohtmlSamples |
| Версия | Версия0.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nekohtmlSamples-0.7.1.pom | |
| nekohtmlSamples-0.7.1.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nekohtml/nekohtmlSamples/ -->
<dependency>
<groupId>nekohtml</groupId>
<artifactId>nekohtmlSamples</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/nekohtml/nekohtmlSamples/
implementation 'nekohtml:nekohtmlSamples:0.7.1'
// https://jarcasting.com/artifacts/nekohtml/nekohtmlSamples/
implementation ("nekohtml:nekohtmlSamples:0.7.1")
'nekohtml:nekohtmlSamples:jar:0.7.1'
<dependency org="nekohtml" name="nekohtmlSamples" rev="0.7.1">
<artifact name="nekohtmlSamples" type="jar" />
</dependency>
@Grapes(
@Grab(group='nekohtml', module='nekohtmlSamples', version='0.7.1')
)
libraryDependencies += "nekohtml" % "nekohtmlSamples" % "0.7.1"
[nekohtml/nekohtmlSamples "0.7.1"]