Skip to content

Commit

Permalink
Fixes example for dependency inclusion (#277)
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 8, 2024
1 parent 727b897 commit b7e467e
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 b7e467e

Please sign in to comment.