-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi - thanks for this library! I tried to use the sample POM extract in https://jzarr.readthedocs.io/en/latest/ but it didn't work. I found I needed to use https:// for the repo URL, i.e. https://nexus.senbox.net/nexus/content/groups/public/
.
Also I wasn't able to use 0.3.2-SNAPSHOT
as there is no POM for this, so I changed it to 0.3.5
. This snippet worked for me:
<dependencies>
<dependency>
<groupId>com.bc.zarr</groupId>
<artifactId>jzarr</artifactId>
<version>0.3.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>bc-nexus-repo</id>
<name>Brockmann-Consult Public Maven Repository</name>
<url>https://nexus.senbox.net/nexus/content/groups/public/</url>
</repository>
</repositories>
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation