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