Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jwebunit |
ArtifactId | ArtifactIdjwebunit-commons-tests |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
jwebunit-commons-tests-2.0.pom | |
jwebunit-commons-tests-2.0.jar | 256 KB |
jwebunit-commons-tests-2.0-sources.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-commons-tests/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-commons-tests/
implementation 'net.sourceforge.jwebunit:jwebunit-commons-tests:2.0'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-commons-tests/
implementation ("net.sourceforge.jwebunit:jwebunit-commons-tests:2.0")
'net.sourceforge.jwebunit:jwebunit-commons-tests:jar:2.0'
<dependency org="net.sourceforge.jwebunit" name="jwebunit-commons-tests" rev="2.0">
<artifact name="jwebunit-commons-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit-commons-tests', version='2.0')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-commons-tests" % "2.0"
[net.sourceforge.jwebunit/jwebunit-commons-tests "2.0"]