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