Skip to content

🕰️ Java wrapper for the Internet Archive's Wayback API.

License

Notifications You must be signed in to change notification settings

heinrichreimer/wayback-api

Repository files navigation

🕰️ wayback-apiα

Java wrapper for the Internet Archive's Wayback API.

Gradle Dependency

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>'
}

See also

Status α

⚠️ Warning: This project is in an experimental alpha stage:

  • The API may be changed at any time without further notice.
  • Development still happens on master.
  • Pull Requests are highly appreciated!