Skip to content

Commit

Permalink
Update CML version on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka authored Aug 30, 2024
1 parent 2d2f071 commit 981d5be
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.9.0'
implementation 'org.contextmapper:context-mapper-dsl:6.12.0'
```

**Maven:**
```xml
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>context-mapper-dsl</artifactId>
<version>6.9.0</version>
<version>6.12.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 981d5be

Please sign in to comment.