Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka authored Nov 13, 2019
1 parent 87626df commit 4fcc016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ To use this library and discover CML models as in the example above, you can add

**Gradle:**
```gradle
implementation 'org.contextmapper:context-map-discovery:1.0.0'
implementation 'org.contextmapper:context-map-discovery:1.1.0'
```

**Maven:**
```xml
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>context-map-discovery</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 4fcc016

Please sign in to comment.