| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.jwebunit |
| Идентификатор | Идентификаторjwebunit-htmlunit-plugin |
| Версия | Версия3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jwebunit-htmlunit-plugin-3.1.pom | |
| jwebunit-htmlunit-plugin-3.1.jar | 30 KB |
| jwebunit-htmlunit-plugin-3.1-sources.jar | 16 KB |
| jwebunit-htmlunit-plugin-3.1-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/
implementation 'net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:3.1'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/
implementation ("net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:3.1")
'net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:jar:3.1'
<dependency org="net.sourceforge.jwebunit" name="jwebunit-htmlunit-plugin" rev="3.1">
<artifact name="jwebunit-htmlunit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit-htmlunit-plugin', version='3.1')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-htmlunit-plugin" % "3.1"
[net.sourceforge.jwebunit/jwebunit-htmlunit-plugin "3.1"]