Skip to content

Plugin4j v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 05:32
· 3 commits to master since this release

🚀 Plugin4j v1.0.1

📦 Maven Dependency

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.kitakeyos-dev</groupId>
        <artifactId>plugin4j</artifactId>
        <version>v1.0.1</version>
    </dependency>
</dependencies>

🔗 Links

✨ Features

  • Plugin lifecycle management with dependency resolution
  • Hot reload with state preservation
  • Extension points for modular architecture
  • Event-driven plugin communication
  • Configuration management
  • Java 8+ compatibility