Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jwebunit |
ArtifactId | ArtifactIdjwebunit |
Version | Version3.2 |
Type | Typepom |
Filename | Size |
---|---|
jwebunit-3.2.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation 'net.sourceforge.jwebunit:jwebunit:3.2'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation ("net.sourceforge.jwebunit:jwebunit:3.2")
'net.sourceforge.jwebunit:jwebunit:pom:3.2'
<dependency org="net.sourceforge.jwebunit" name="jwebunit" rev="3.2">
<artifact name="jwebunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit', version='3.2')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit" % "3.2"
[net.sourceforge.jwebunit/jwebunit "3.2"]