Skip to content

Commit dfc3460

Browse files
authored
Merge pull request #38 from ptyagii/master
Update README.md file
2 parents dce3310 + ae35b57 commit dfc3460

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@ This plugin supports the 3 main calls to the 3scale backend:
2121
Install
2222
=======
2323

24-
This is a [Maven](http://maven.apache.org/) project, download it and install it as follows
25-
- add a dependency to this artifact inside your pom.xml by opening the pom.xml inside the 3scale artifact and retrieving the groupId, artifactid and version from lines 5,6 and 9 of 3scale's pom.
26-
- install the artifact to your repository as described here:
27-
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
24+
This is a [Maven](http://maven.apache.org/) project, to add it to your project you can use one of the following options:
25+
- add a dependency to this artifact inside your `pom.xml` like below (specify the version you need):
26+
```
27+
<dependency>
28+
<groupId>net.3scale</groupId>
29+
<artifactId>3scale-api</artifactId>
30+
<version>3.0.4</version>
31+
</dependency>
32+
```
33+
and run `mvn install` inside your project.
34+
35+
- download the [JAR file](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.3scale%22%20AND%20a%3A%223scale-api%22) for the version you want to use and install it to your repository using the instructions described here: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
2836
2937
3038
Usage on App Id auth mode

0 commit comments

Comments
 (0)