plugin-management-system

Plugin management system, with dynamic load and registration of plugins

Leiningen/Boot

[plugin-management-system "1.0.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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