Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/janheinrichmerker/wayback-gradle-plugin

🕰️ Gradle plugin for the Internet Archive's Wayback API.
https://github.com/janheinrichmerker/wayback-gradle-plugin

gradle gradle-plugin internet-archive wayback wayback-api wayback-gradle-plugin wayback-machine wayback-machine-downloader

Last synced: 7 days ago
JSON representation

🕰️ Gradle plugin for the Internet Archive's Wayback API.

Awesome Lists containing this project

README

        

[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/janheinrichmerker/wayback-gradle-plugin/ci.yml?branch=master&style=flat-square)](https://github.com/janheinrichmerker/wayback-gradle-plugin/actions/workflows/ci.yml)
[![Gradle plugin portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/dev/reimer/wayback/dev.reimer.wayback.gradle.plugin/maven-metadata.xml.svg?label=gradle&style=flat-square)](https://plugins.gradle.org/plugin/dev.reimer.wayback)
[![JitPack](https://img.shields.io/jitpack/v/github/janheinrichmerker/wayback-gradle-plugin?style=flat-square)](https://jitpack.io/#dev.reimer/wayback-gradle-plugin)

# 🕰️ wayback-gradle-plugin[α](#status-α)

Gradle plugin for the [Internet Archive](https://archive.org)'s [Wayback API](https://archive.org/help/wayback_api.php),
powered by the [Java API wrapper](https://github.com/reimersoftware/wayback-api).

## Gradle Dependency

The plugin is available from the Gradle [plugin portal](https://plugins.gradle.org/plugin/dev.reimer.wayback).
Add this in your `build.gradle.kts` or `build.gradle` file:

Kotlin

```kotlin
plugins {
id("dev.reimer.wayback") version ""
}
```

Groovy

```groovy
plugins {
id "dev.reimer.wayback" version ""
}
```

## 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!