MilkBowl / VaultAPI

API Component of Vault
GNU Lesser General Public License v3.0
273 stars 109 forks source link

Bad Gateway #48

Closed SirYwell closed 6 years ago

SirYwell commented 6 years ago

It seems like Vault can't be used as dependency at the moment, because http://nexus.hc.to/ reponds with a 502. Is this a temporary problem?

TheE commented 6 years ago

Same problem here.

Maybe the Vault team should just consider using a hosted solution like JitPack or Bintray/JCenter...

zPirroZ3007 commented 6 years ago

Same problem for me. Any resolution?

eUipKh commented 6 years ago

NetBeans:

pom.xml https://prnt.sc/iewqol Download Vault and 'Mannualy install artifact' https://prnt.sc/iewpsz

games647 commented 6 years ago

Or just use JitPack directly. It already works without any modifications:

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
    <dependency>
        <groupId>com.github.MilkBowl</groupId>
        <artifactId>VaultAPI</artifactId>
        <version>8dc0859cba</version>
    </dependency>
Sleaker commented 6 years ago

Currently being looked at.

Sleaker commented 6 years ago

Fixed