GroupId | GroupIdorg.kohsuke.httpunit |
---|---|
ArtifactId | ArtifactIdhttpunit |
Version | Version1.7-patch-1 |
Type | Typejar |
Filename | Size |
---|---|
httpunit-1.7-patch-1.pom | |
httpunit-1.7-patch-1.jar | 521 KB |
httpunit-1.7-patch-1-test-sources.jar | 288 KB |
httpunit-1.7-patch-1-sources.jar | 431 KB |
httpunit-1.7-patch-1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.httpunit/httpunit/ -->
<dependency>
<groupId>org.kohsuke.httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.7-patch-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.httpunit/httpunit/
implementation 'org.kohsuke.httpunit:httpunit:1.7-patch-1'
// https://jarcasting.com/artifacts/org.kohsuke.httpunit/httpunit/
implementation ("org.kohsuke.httpunit:httpunit:1.7-patch-1")
'org.kohsuke.httpunit:httpunit:jar:1.7-patch-1'
<dependency org="org.kohsuke.httpunit" name="httpunit" rev="1.7-patch-1">
<artifact name="httpunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.httpunit', module='httpunit', version='1.7-patch-1')
)
libraryDependencies += "org.kohsuke.httpunit" % "httpunit" % "1.7-patch-1"
[org.kohsuke.httpunit/httpunit "1.7-patch-1"]