You can download jbehave-junit-runner-1.1.0.jar in this page.
MIT License
jbehave-junit-runner-1.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/de.codecentric/jbehave-junit-runner/pom.properties META-INF/maven/de.codecentric/jbehave-junit-runner/pom.xml de.codecentric.jbehave.junit.monitoring.DescriptionTextUniquefier.class de.codecentric.jbehave.junit.monitoring.JUnitDescriptionGenerator.class de.codecentric.jbehave.junit.monitoring.JUnitReportingRunner.class de.codecentric.jbehave.junit.monitoring.JUnitScenarioReporter.class de.codecentric.jbehave.junit.monitoring.Logger.class
jbehave-junit-runner-1.1.0.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>de.codecentric</groupId> <artifactId>jbehave-junit-runner</artifactId> <version>1.1.0</version> <packaging>jar</packaging> <name>JBehave JUnit Runner</name> <description /> <url>https://github.com/codecentric/jbehave-junit-runner</url> <organization> <name>codecentric AG</name> <url>http://www.codecentric.de</url> </organization> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Andreas Ebbert-Karroum</name> <email>andreas.ebbert-karroum@codecentric.de</email> <organization>codecentric AG</organization> </developer> <developer> <name>Daniel Schneller</name> <email>daniel.schneller@codecentric.de</email> <organization>codecentric AG</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/codecentric/jbehave-junit-runner.git</connection> <developerConnection>scm:git:ssh://git@github.com/codecentric/jbehave-junit-runner.git</developerConnection> <url>https://github.com/codecentric/jbehave-junit-runner</url> <tag>jbehave-junit-runner-1.1.0</tag> </scm> <properties> <jbehave.version>3.9</jbehave.version> <junit.version>4.11</junit.version> <mockito.version>1.9.0</mockito.version> <keystore.password>dev_password</keystore.password> <gpg.passphrase>dev</gpg.passphrase> <passphrase>${gpg.passphrase}</passphrase> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.3</version> <configuration> <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <scope>provided</scope> <version>${jbehave.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> </dependency> </dependencies> <profiles> <profile> <id>sign-artifacts</id> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <configuration> <passphrase>${passphrase}</passphrase> </configuration> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>de.codecentric</groupId> <artifactId>jbehave-junit-runner</artifactId> <version>1.1.0</version> </dependency>
If you think the following jbehave-junit-runner-1.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jbehave-junit-runner-1.1.0.jar file