plugin-management-system

Plugin management system, with dynamic load and registration of plugins

Leiningen/Boot

[plugin-management-system "1.0.0"]

Clojure CLI/deps.edn

plugin-management-system/plugin-management-system {:mvn/version "1.0.0"}

Gradle

implementation("plugin-management-system:plugin-management-system:1.0.0")

Maven

<dependency>
  <groupId>plugin-management-system</groupId>
  <artifactId>plugin-management-system</artifactId>
  <version>1.0.0</version>
</dependency>