Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
GW1708 committed Dec 13, 2024
1 parent dfc40fd commit e5be7c8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ Add the dependency:
```xml
<dependency>
<groupId>de.fraunhofer.iosb.ilt.faaast.client</groupId>
<artifactId>faaast-client</artifactId>
<artifactId>core</artifactId>
<version>1.0.0</version>
</dependency>

```

### with gradle

Add the dependency:
```gradle
compile 'de.fraunhofer.iosb.ilt.faaast.client:faaast-client:1.0.0'
```

### Quick start
```java
URI serviceUri = new URI("https://www.example.org/api/v3.0");
Expand Down

0 comments on commit e5be7c8

Please sign in to comment.