a-schild / nextcloud-java-api

Java api library to access nextcloud features from java applications
GNU General Public License v3.0
72 stars 50 forks source link

GAV wrong in README.md #74

Open HonoluluHenk opened 2 years ago

HonoluluHenk commented 2 years ago

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>