nextcloud-java-api
nextcloud-java-api copied to clipboard
GAV wrong in README.md
The "Usage" sections says:
<groupId>com.github.a-schild</groupId>
<artifactId>nextcloud-java-api</artifactId>
While infact it should state (as per pom.xml):
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>