nextcloud-java-api icon indicating copy to clipboard operation
nextcloud-java-api copied to clipboard

GAV wrong in README.md

Open HonoluluHenk opened this issue 3 years ago • 0 comments

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>

HonoluluHenk avatar Mar 23 '22 09:03 HonoluluHenk