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