ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

POM file is not published in the Maven repository #153

Closed odisseus closed 4 years ago

odisseus commented 4 years ago

The artifact directory contains just a JAR file and its checksum, but no POM file. As a result, the tools that depend on POM, such as Coursier, cannot resolve the artifact.

odisseus commented 4 years ago

Nevermind, Coursier was able to resolve the artifact with the right options:

coursier fetch -r jitpack com.github.ipfs:java-ipfs-http-client:v1.2.3