Skip to content

Commit 8fbb1ce

Browse files
committed
Format corrected
1 parent 662573f commit 8fbb1ce

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,24 @@ Java api library to access nextcloud features from java applications
1212

1313
# Usage
1414
- Add this dependency to your pom.xml file
15-
<groupId>org.aarboard.nextcloud</groupId>
16-
<artifactId>nextcloud-api</artifactId>
17-
<version>11.0.1</version>
15+
```
16+
<groupId>org.aarboard.nextcloud</groupId>
17+
<artifactId>nextcloud-api</artifactId>
18+
<version>11.0.1</version>
19+
```
1820

1921
- Create a NextcloudConnector instance and provide your server settings and authentification
2022
- Now you can use the methods exposed to access your nextcloud instance
2123

2224
# Changelog
23-
2018-07-25 Release 11.0.1
24-
2018-07-25 Added to maven central to simplify usage
25-
2018-06-14 Method added to download files
26-
2017-08-19 Added feature to recursive folder handlings
27-
2017-06-08 XML parsing via JAXB, REST user provisioning and share api added
28-
2017-05-29 Async method calls
29-
2017-05-22 Improved Exception generation/handling, user create/delete implemented
30-
2017-05-09 mplemented fileupload
31-
2017-03-30 Initial release
25+
- 2018-07-25 Release 11.0.1
26+
- 2018-07-25 Added to maven central to simplify usage
27+
- 2018-06-14 Method added to download files
28+
- 2017-08-19 Added feature to recursive folder handlings
29+
- 2017-06-08 XML parsing via JAXB, REST user provisioning and share api added
30+
- 2017-05-29 Async method calls
31+
- 2017-05-22 Improved Exception generation/handling, user create/delete implemented
32+
- 2017-05-09 mplemented fileupload
33+
- 2017-03-30 Initial release
3234

3335
(c) André Schild, Aarboard AG www.aarboard.ch

0 commit comments

Comments
 (0)