| License |
License |
|---|---|
| GroupId | GroupIdorg.javalite |
| ArtifactId | ArtifactIdactiveweb-testing |
| Last Version | Last Version3.1-j11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaLite - ActiveWeb Testing Framework
Testing framework for writing controller, view and integration specs.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| activeweb-testing-3.1-j11.pom | |
| activeweb-testing-3.1-j11.jar | 23 KB |
| activeweb-testing-3.1-j11-sources.jar | 21 KB |
| activeweb-testing-3.1-j11-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activeweb-testing/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activeweb-testing</artifactId>
<version>3.1-j11</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activeweb-testing/
implementation 'org.javalite:activeweb-testing:3.1-j11'
// https://jarcasting.com/artifacts/org.javalite/activeweb-testing/
implementation ("org.javalite:activeweb-testing:3.1-j11")
'org.javalite:activeweb-testing:jar:3.1-j11'
<dependency org="org.javalite" name="activeweb-testing" rev="3.1-j11">
<artifact name="activeweb-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activeweb-testing', version='3.1-j11')
)
libraryDependencies += "org.javalite" % "activeweb-testing" % "3.1-j11"
[org.javalite/activeweb-testing "3.1-j11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javalite : javalite-common | jar | 3.1-j11 |
| junit : junit | jar | 4.13.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.javalite : activeweb | jar | 3.1-j11 |
| org.springframework : spring-test | jar | 5.1.4.RELEASE |
| org.springframework : spring-core | jar | 5.1.4.RELEASE |
| org.springframework : spring-web | jar | 5.1.4.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |