We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce2016 commit 49b61e9Copy full SHA for 49b61e9
1 file changed
README.md
@@ -122,17 +122,21 @@ dependencies {
122
```
123
124
**2. Maven**
125
-- Add the following to your `pom.xml`:
+- Add the following to the `<repositories>` section of your `pom.xml`:
126
+
127
```xml
128
<repository>
- <id>jitpack.io</id>
129
- <url>https://jitpack.io</url>
+ <id>jitpack.io</id>
130
+ <url>https://jitpack.io</url>
131
</repository>
132
+```
133
+- Add the following to the `<dependencies>` section of your `pom.xml`:
134
135
+ ```xml
136
<dependency>
- <groupId>com.github.PhilJay</groupId>
- <artifactId>MPAndroidChart</artifactId>
- <version>v3.0.0</version>
137
+ <groupId>com.github.PhilJay</groupId>
138
+ <artifactId>MPAndroidChart</artifactId>
139
+ <version>v3.0.0</version>
140
</dependency>
141
142
0 commit comments