You can download activeweb-testing-1.11.jar in this page.
Open Source
activeweb-testing-1.11.jar file has the following types.
META-INF.maven.org.javalite.activeweb-testing.pom.properties META-INF.maven.org.javalite.activeweb-testing.pom.xml META-INF/MANIFEST.MF app.controllers.SimpleController.class org.javalite.activeweb.AppIntegrationSpec.class org.javalite.activeweb.ControllerSpec.class org.javalite.activeweb.DBControllerSpec.class org.javalite.activeweb.DBIntegrationSpec.class org.javalite.activeweb.DBSpec.class org.javalite.activeweb.DBSpecHelper.class org.javalite.activeweb.IntegrationSpec.class org.javalite.activeweb.MockMultipartHttpServletRequestImpl.class org.javalite.activeweb.RequestBuilder.class org.javalite.activeweb.RequestSpecHelper.class org.javalite.activeweb.SessionTestFacade.class org.javalite.activeweb.SpecException.class org.javalite.activeweb.SpecHelper.class org.javalite.activeweb.ViewSpec.class
activeweb-testing-1.11.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.javalite</groupId> <artifactId>activeweb-testing</artifactId> <packaging>jar</packaging> <version>1.11</version> <name>ActiveWeb - Testing</name> <description>Testing dependency for building controller, view and integration specs.</description> <developers> <developer> <name>Igor Polevoy</name> <email>igor at polevoy.org</email> </developer> </developers> <parent> <groupId>org.javalite</groupId> <artifactId>activeweb-root</artifactId> <version>1.11</version> </parent> <dependencies> <dependency> <groupId>org.javalite</groupId> <artifactId>javalite-common</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.javalite</groupId> <artifactId>activeweb</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.javalite</groupId> <artifactId>activeweb-testing</artifactId> <version>1.11</version> </dependency>
If you think the following activeweb-testing-1.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download activeweb-testing-1.11.jar file