Closed vinc3nz closed 2 years ago
According to https://mvnrepository.com/artifact/org.javawebstack/http-client , version 1.0.0 should be available on the Maven Central.
Like @x7airworker already mentioned, it's available on central. OSSRH snapshots is only required because the most recent snapshot of abstract-data contains new features and isn't yet released. If you are using gradle, make sure to add mavenCentral() to your repository declaration.
Changes version of http-client from 1,0.0 to 1.0.0-SNAPSHOT as it is only avaiable under this name in the Sonatype Repo.