License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.unseenspace.junit |
ArtifactId | ArtifactIdwebapp-rule |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionWebapp-Rule
Junit Rules for web app integration testing
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webapp-rule-0.1.1.pom | |
webapp-rule-0.1.1.jar | 9 KB |
webapp-rule-0.1.1-sources.jar | 4 KB |
webapp-rule-0.1.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/ -->
<dependency>
<groupId>com.unseenspace.junit</groupId>
<artifactId>webapp-rule</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/
implementation 'com.unseenspace.junit:webapp-rule:0.1.1'
// https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/
implementation ("com.unseenspace.junit:webapp-rule:0.1.1")
'com.unseenspace.junit:webapp-rule:jar:0.1.1'
<dependency org="com.unseenspace.junit" name="webapp-rule" rev="0.1.1">
<artifact name="webapp-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unseenspace.junit', module='webapp-rule', version='0.1.1')
)
libraryDependencies += "com.unseenspace.junit" % "webapp-rule" % "0.1.1"
[com.unseenspace.junit/webapp-rule "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.3.7.v20160115 |
org.eclipse.jetty : jetty-annotations | jar | 9.3.7.v20160115 |
org.eclipse.jetty : jetty-webapp | jar | 9.3.7.v20160115 |
org.eclipse.jetty : jetty-jndi | jar | 9.3.7.v20160115 |
org.eclipse.jetty : jetty-plus | jar | 9.3.7.v20160115 |
org.eclipse.jetty : apache-jsp | jar | 9.3.7.v20160115 |
org.eclipse.jetty : apache-jstl | jar | 9.3.7.v20160115 |
com.h2database : h2 | jar | 1.4.186 |
net.sourceforge.htmlunit : htmlunit | jar | 2.19 |
commons-io : commons-io | jar | 2.4 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.0.5-beta |