GroupId | GroupIdmilyn |
---|---|
ArtifactId | ArtifactIdhttpunit |
Last Version | Last Versionmeterware |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
httpunit-meterware.pom | |
httpunit-meterware.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/milyn/httpunit/ -->
<dependency>
<groupId>milyn</groupId>
<artifactId>httpunit</artifactId>
<version>meterware</version>
</dependency>
// https://jarcasting.com/artifacts/milyn/httpunit/
implementation 'milyn:httpunit:meterware'
// https://jarcasting.com/artifacts/milyn/httpunit/
implementation ("milyn:httpunit:meterware")
'milyn:httpunit:jar:meterware'
<dependency org="milyn" name="httpunit" rev="meterware">
<artifact name="httpunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='milyn', module='httpunit', version='meterware')
)
libraryDependencies += "milyn" % "httpunit" % "meterware"
[milyn/httpunit "meterware"]