License |
License |
---|---|
GroupId | GroupIdcom.darwinsys |
ArtifactId | ArtifactIdpageunit |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPageUnit
A simple tool for command-line or junit-based testing of web sites
|
Project URL |
Project URL |
Filename | Size |
---|---|
pageunit-1.0.1.pom | |
pageunit-1.0.1.jar | 70 KB |
pageunit-1.0.1-sources.jar | 44 KB |
pageunit-1.0.1-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.darwinsys/pageunit/ -->
<dependency>
<groupId>com.darwinsys</groupId>
<artifactId>pageunit</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.darwinsys/pageunit/
implementation 'com.darwinsys:pageunit:1.0.1'
// https://jarcasting.com/artifacts/com.darwinsys/pageunit/
implementation ("com.darwinsys:pageunit:1.0.1")
'com.darwinsys:pageunit:jar:1.0.1'
<dependency org="com.darwinsys" name="pageunit" rev="1.0.1">
<artifact name="pageunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darwinsys', module='pageunit', version='1.0.1')
)
libraryDependencies += "com.darwinsys" % "pageunit" % "1.0.1"
[com.darwinsys/pageunit "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.darwinsys : darwinsys-api | jar | 1.0.5 |
junit : junit | jar | 4.8.2 |
commons-httpclient : commons-httpclient | jar | 3.1 |
ant : ant | jar | 1.6.4 |
log4j : log4j | jar | 1.2.13 |