Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!