Skip to content

heinrichreimer/wayback-gradle-plugin

Repository files navigation

GitHub Actions Gradle plugin portal JitPack

🕰️ wayback-gradle-pluginα

Gradle plugin for the Internet Archive's Wayback API, powered by the Java API wrapper.

Gradle Dependency

The plugin is available from the Gradle plugin portal.
Add this in your build.gradle.kts or build.gradle file:

Kotlin
plugins {
  id("dev.reimer.wayback") version "<version>"
}
Groovy
plugins {
  id "dev.reimer.wayback" version "<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!