🕰️ wayback-gradle-pluginα
Gradle plugin for the Internet Archive's Wayback API, powered by the Java API wrapper.
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>"
}
- The API may be changed at any time without further notice.
- Development still happens on
master
. - Pull Requests are highly appreciated!