Skip to content

Commit ae35b57

Browse files
author
Priyanka Tyagi
committed
update install options
1 parent 61700ff commit ae35b57

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -21,20 +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 like below:
26-
```
27-
<dependencies>
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+
```
2827
<dependency>
29-
<groupId>net.3scale</groupId>
30-
<artifactId>3scale-api</artifactId>
31-
<version>3.0.4</version>
28+
<groupId>net.3scale</groupId>
29+
<artifactId>3scale-api</artifactId>
30+
<version>3.0.4</version>
3231
</dependency>
33-
</dependencies>
34-
```
32+
```
33+
and run `mvn install` inside your project.
3534
36-
- install the artifact to your repository as described here:
37-
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
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
3836
3937
4038
Usage on App Id auth mode

0 commit comments

Comments
 (0)