You can download jbehave-junit-runner-1.2.0.jar in this page.
MIT License
jbehave-junit-runner-1.2.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.2.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.2.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> <contributors> <contributor> <name>Stephen Kurlow</name> <email>skurlow@gmail.com</email> </contributor> </contributors> <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>v1.2.0</tag> </scm> <properties> <jdk.version>1.7</jdk.version> <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> <!-- Ensure we compile with the correct version of the JDK --> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> </configuration> </plugin> <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> <scope>test</scope> </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> <profile> <id>travis</id> <activation> <property> <name>env.TRAVIS</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.3.201502191951</version> <executions> <!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when Maven the Surefire plugin is executed. --> <execution> <id>pre-unit-test</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. --> <execution> <id>post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>3.0.1</version> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>de.codecentric</groupId> <artifactId>jbehave-junit-runner</artifactId> <version>1.2.0</version> </dependency>
If you think the following jbehave-junit-runner-1.2.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.2.0.jar file