Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
corrects the artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon Sheikh authored Oct 17, 2017
1 parent 6b7d55a commit fbb7e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Add the following to your list of dependencies in `pom.xml`
```
<dependency>
<groupId>com.sitture</groupId>
<artifactId>cucumber-jvm-extentsreport</artifactId>
<version>2.0.0</version>
<artifactId>cucumber-jvm-extentreport</artifactId>
<version>2.0.2</version>
</dependency>
```

Add the following if you're using gradle to your `build.gradle` file.

```
compile 'com.sitture:cucumber-jvm-extentreport:2.0.0'
compile 'com.sitture:cucumber-jvm-extentreport:2.0.2'
```

## Setup - Cucumber Runner
Expand Down

0 comments on commit fbb7e97

Please sign in to comment.