🕰️ wayback-apiα
Java wrapper for the Internet Archive's Wayback API.
This library is available on jitpack.io.
Add this in your build.gradle.kts or build.gradle file:
Kotlin
repositories {
    maven("https://jitpack.io")
}
dependencies {
    implementation("dev.reimer:wayback-api:<version>")
}Groovy
repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'dev.reimer:wayback-api:<version>'
}- The API may be changed at any time without further notice.
 - Development still happens on 
master. - Pull Requests are highly appreciated!