Skip to content

Commit

Permalink
Fixes example for dependency inclusion
Browse files Browse the repository at this point in the history
Adds missing forward slash, changes example to model itself, and adds existing latest version.
  • Loading branch information
FischerRene authored Apr 4, 2024
1 parent 0477f3e commit 167bf77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ or by integrating the respective modules as dependencies from [Maven Central](ht
```
<dependency>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>aas4j-dataformat-json</artifactId>
<version>latest-version</version>
<dependency>
<artifactId>aas4j-model</artifactId>
<version>1.0.1</version>
</dependency>
```

## AAS4J Project Structure
Expand Down

0 comments on commit 167bf77

Please sign in to comment.