не последняя версия
Последняя версия 3.3

net.sourceforge.jwebunit:jwebunit 3.1

JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings.

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.jwebunit
Идентификатор

Идентификатор

jwebunit
Версия

Версия

3.1
Тип

Тип

pom

Скачать jwebunit 3.1

Имя Файла Размер
jwebunit-3.1.pom 24 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/ -->
<dependency>
    <groupId>net.sourceforge.jwebunit</groupId>
    <artifactId>jwebunit</artifactId>
    <version>3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation 'net.sourceforge.jwebunit:jwebunit:3.1'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation ("net.sourceforge.jwebunit:jwebunit:3.1")
'net.sourceforge.jwebunit:jwebunit:pom:3.1'
<dependency org="net.sourceforge.jwebunit" name="jwebunit" rev="3.1">
  <artifact name="jwebunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit', version='3.1')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit" % "3.1"
[net.sourceforge.jwebunit/jwebunit "3.1"]