PukiWikiのボット作成用のライブラリです。
PukiWiki側にはbotプラグイン(bot.inc.php)が必要となります。
https://github.com/PTOM76/PukiWiki-Plugins/blob/main/bot.inc.php
- build.gradle
maven { url "https://maven.pkg.github.com/PTOM76/maven" }- pom.xml
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>- build.gradle
implementation "net.pitan76:pukibot:1.0.0"- pom.xml
<dependency>
<groupId>net.pitan76</groupId>
<artifactId>pukibot</artifactId>
<version>1.0.0</version>
</dependency>