https://github.com/janheinrichmerker/wayback-api
🕰️ Java wrapper for the Internet Archive's Wayback API.
https://github.com/janheinrichmerker/wayback-api
internet-archive java java-wrapper kotlin kotlin-coroutines kotlin-jvm kotlin-library wayback wayback-api wayback-machine wayback-machine-downloader
Last synced: about 1 year ago
JSON representation
🕰️ Java wrapper for the Internet Archive's Wayback API.
- Host: GitHub
- URL: https://github.com/janheinrichmerker/wayback-api
- Owner: janheinrichmerker
- License: mit
- Created: 2019-11-18T11:19:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:43:11.000Z (about 2 years ago)
- Last Synced: 2025-04-05T23:51:29.548Z (about 1 year ago)
- Topics: internet-archive, java, java-wrapper, kotlin, kotlin-coroutines, kotlin-jvm, kotlin-library, wayback, wayback-api, wayback-machine, wayback-machine-downloader
- Language: Kotlin
- Homepage:
- Size: 165 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#dev.reimer/wayback-api)
# 🕰️ wayback-api[α](#status-α)
Java wrapper for the [Internet Archive](https://archive.org)'s [Wayback API](https://archive.org/help/wayback_api.php).
## Gradle Dependency
This library is available on [**jitpack.io**](https://jitpack.io/#dev.reimer/wayback-api).
Add this in your `build.gradle.kts` or `build.gradle` file:
Kotlin
```kotlin
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("dev.reimer:wayback-api:")
}
```
Groovy
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'dev.reimer:wayback-api:'
}
```
## See also
- The [Wayback Gradle plugin](https://github.com/reimersoftware/wayback-gradle-plugin)
## 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!