License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.mycila.testing.plugins |
ArtifactId | ArtifactIdmycila-testing-jetty |
Last Version | Last Version2.9.ga |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmycila-testing-jetty
Jetty plugin which run webapp before running JUnit functional test
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mycila-testing-jetty-2.9.ga.pom | |
mycila-testing-jetty-2.9.ga.jar | 35 KB |
mycila-testing-jetty-2.9.ga-sources.jar | 27 KB |
mycila-testing-jetty-2.9.ga-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mycila.testing.plugins/mycila-testing-jetty/ -->
<dependency>
<groupId>com.mycila.testing.plugins</groupId>
<artifactId>mycila-testing-jetty</artifactId>
<version>2.9.ga</version>
</dependency>
// https://jarcasting.com/artifacts/com.mycila.testing.plugins/mycila-testing-jetty/
implementation 'com.mycila.testing.plugins:mycila-testing-jetty:2.9.ga'
// https://jarcasting.com/artifacts/com.mycila.testing.plugins/mycila-testing-jetty/
implementation ("com.mycila.testing.plugins:mycila-testing-jetty:2.9.ga")
'com.mycila.testing.plugins:mycila-testing-jetty:jar:2.9.ga'
<dependency org="com.mycila.testing.plugins" name="mycila-testing-jetty" rev="2.9.ga">
<artifact name="mycila-testing-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mycila.testing.plugins', module='mycila-testing-jetty', version='2.9.ga')
)
libraryDependencies += "com.mycila.testing.plugins" % "mycila-testing-jetty" % "2.9.ga"
[com.mycila.testing.plugins/mycila-testing-jetty "2.9.ga"]
Group / Artifact | Type | Version |
---|---|---|
com.mycila.testing : mycila-testing-api | jar | 2.9.ga |
com.jayway.awaitility : awaitility | jar | 1.2.1 |
org.eclipse.jetty : jetty-webapp | jar | 7.4.0.v20110414 |
commons-io : commons-io | jar | 1.4 |
com.google.guava : guava | jar | r07 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |
org.springframework : spring-context | jar | 3.0.5.RELEASE |
org.testng : testng | jar | 5.11 |