We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0981993 commit 751e1e6Copy full SHA for 751e1e6
1 file changed
README.md
@@ -11,15 +11,15 @@ Java api library to access nextcloud features from java applications
11
- Management of groups
12
- Folder management (Without access control)
13
- List shares and create new file shares (No way to delete/update shares atm.)
14
-- Tested against nextCloud 18.0.6 server version, but should also work with older nextCloud and ownCloud systems
+- Tested against nextCloud 23.0.2 server version, but should also work with older nextCloud and ownCloud systems
15
16
## Usage
17
- Add this dependency to your pom.xml file
18
```
19
<dependency>
20
<groupId>com.github.a-schild</groupId>
21
<artifactId>nextcloud-java-api</artifactId>
22
- <version>12.0.1</version>
+ <version>12.0.2</version>
23
</dependency>
24
25
0 commit comments