Skip to content

Commit

Permalink
Release v6.11.1
Browse files Browse the repository at this point in the history
stefan-ka committed Feb 22, 2024
1 parent 50936b4 commit b684d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,22 +7,22 @@ This repository contains the Context Mapper CLI - a command line interface to va

## Download
The CLI can be downloaded under the following links:
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.0/context-mapper-cli-6.11.0.tar) (Linux, Mac)
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.0/context-mapper-cli-6.11.0.zip) (Windows)
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.1/context-mapper-cli-6.11.1.tar) (Linux, Mac)
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.1/context-mapper-cli-6.11.1.zip) (Windows)

In case you want to include Context Mapper in your Maven or Gradle build, you can use the CLI to call generators (for example with Maven exec plugin).

**Gradle:**
```gradle
implementation 'org.contextmapper:context-mapper-cli:6.11.0'
implementation 'org.contextmapper:context-mapper-cli:6.11.1'
```

**Maven:**
```xml
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>context-mapper-cli</artifactId>
<version>6.11.0</version>
<version>6.11.1</version>
</dependency>
```

0 comments on commit b684d30

Please sign in to comment.