Skip to content

Commit

Permalink
Update README for v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka authored May 8, 2023
1 parent 91e6a6c commit ae8ae00
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 @@ -62,15 +62,15 @@ If you want to use the Context Mapper DSL (CML) language and the generator tools

**Gradle:**
```gradle
implementation 'org.contextmapper:context-mapper-dsl:6.7.0'
implementation 'org.contextmapper:context-mapper-dsl:6.8.0'
```

**Maven:**
```xml
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>context-mapper-dsl</artifactId>
<version>6.7.0</version>
<version>6.8.0</version>
</dependency>
```
In our [context-mapper-standalone-example](https://github.com/ContextMapper/context-mapper-standalone-example) repository you find an example project showing how to include the library within your project. It further contains code examples illustrating how to use the CML models and the generator tools (PlantUML, MDSL, etc.).
Expand Down

0 comments on commit ae8ae00

Please sign in to comment.