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