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 2ee0676 commit b821592Copy full SHA for b821592
README.md
@@ -8,14 +8,17 @@ The `client` is what you want to use as dependency of your project. The `client`
8
To get the bol.com OpenAPI client binaries, add the JCenter repository (https://bintray.com/bintray/jcenter) and the following dependency:
9
10
- Maven
11
- ```
+
12
+ ```xml
13
<dependency>
14
<groupId>com.bol.openapi</groupId>
15
<artifactId>openapi-java-client</artifactId>
16
<version>4.0.0</version>
17
</dependency>
18
```
19
20
- Gradle
21
22
23
repositories {
24
jcenter()
0 commit comments