47degrees / helios

A purely functional JSON library for Kotlin built on Λrrow
https://47degrees.github.io/helios/
Apache License 2.0
169 stars 22 forks source link

Failing to Resolve Dependancy #142

Open dr4ke616 opened 3 years ago

dr4ke616 commented 3 years ago

Pulling in the dependancy as per the README, results in 403s.

repositories {
    maven { url = uri("https://dl.bintray.com/47deg/helios") }
}

dependencies {
    compile "com.47deg:helios-core:0.2.0"
    compile "com.47deg:helios-parser:0.2.0"
    compile "com.47deg:helios-optics:0.2.0"
    kapt "com.47deg:helios-meta:0.2.0"
    kapt "com.47deg:helios-dsl-meta:0.2.0"
}

Similarly the issue occurs with a simple wget

wget https://dl.bintray.com/47deg/helios/com/47deg/helios-core/0.2.0/helios-core-0.2.0.pom

Can we get this project successfully published?

aleitamar commented 2 years ago

@dr4ke616 did you manage to overcome this? is this project dead?

dr4ke616 commented 2 years ago

The wget command above still returns with a 403. So i suspect the issue is still present.