Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:43:11.000Z (8 months ago)
- Last Synced: 2024-08-11T19:58:38.494Z (3 months 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: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://jitpack.io/v/dev.reimer/wayback-api.svg)](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!