You can download jbehave-spring-4.1.jar in this page.
Open Source
jbehave-spring-4.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jbehave/jbehave-spring/pom.properties META-INF/maven/org.jbehave/jbehave-spring/pom.xml org.jbehave.core.annotations.spring.UsingSpring.class org.jbehave.core.configuration.spring.SpringAnnotationBuilder.class org.jbehave.core.configuration.spring.SpringParameterControls.class org.jbehave.core.configuration.spring.SpringStoryControls.class org.jbehave.core.configuration.spring.SpringStoryReporterBuilder.class org.jbehave.core.junit.spring.SpringAnnotatedEmbedderRunner.class org.jbehave.core.junit.spring.SpringAnnotatedPathRunner.class org.jbehave.core.steps.spring.SpringApplicationContextFactory.class org.jbehave.core.steps.spring.SpringStepsFactory.class
jbehave-spring-4.1.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> <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> <version>4.1</version> </parent> <artifactId>jbehave-spring</artifactId> <name>JBehave Spring</name> <description>Extension of JBehave Core that supports Spring dependency injection</description> <properties> <spring.version>3.2.16.RELEASE</spring.version> <aspectj.version>1.8.9</aspectj.version> </properties> <dependencies> <dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> <!-- CGLib is required when using Spring's Annotation Configuration --> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.2.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>${aspectj.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>${aspectj.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-spring</artifactId> <version>4.1</version> </dependency>
If you think the following jbehave-spring-4.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jbehave-spring-4.1.jar file