p

plugin

Gradle plugin for runtime kotlin plugin loader
https://github.com/pluginloader/pluginloader
MIT
6oogle
Files download
File Operation
plugin-3.1.0.jar download
plugin-3.1.0.pom download
plugin-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pluginloader</groupId>
  <artifactId>plugin</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.pluginloader:plugin:3.1.0'
Gradle Kotlin
implementation("io.github.pluginloader:plugin:3.1.0")
Scala SBT
libraryDependencies += "io.github.pluginloader" % "plugin" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pluginloader', module='plugin', version='3.1.0')
)
Apache Ivy
<dependency org="io.github.pluginloader" name="plugin" rev="3.1.0" />
Leiningen
[io.github.pluginloader/plugin "3.1.0"]
Apache Buildr
'io.github.pluginloader:plugin:jar:3.1.0'