Installation
The Plugwerk Client SDK is distributed as a PF4J plugin with an isolated classloader — no dependency conflicts with your host application.
Dependency
Section titled “Dependency”<dependency> <groupId>io.plugwerk</groupId> <artifactId>plugwerk-client-plugin</artifactId> <version><!-- latest version --></version> <classifier>pf4j</classifier> <type>zip</type></dependency>dependencies { implementation("io.plugwerk:plugwerk-client-plugin:<version>:pf4j@zip")}dependencies { implementation 'io.plugwerk:plugwerk-client-plugin:<version>:pf4j@zip'}Manual Installation
Section titled “Manual Installation”Download the ZIP from Maven Central or GitHub Releases and place it in your PF4J plugins directory.