Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.55 KB

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!