MVN

io.github.pluginloader : plugin

Maven & Gradle

May 15, 2023
1 usages

Pluginloader · Gradle plugin for runtime kotlin plugin loader

<dependency>
    <groupId>io.github.pluginloader</groupId>
    <artifactId>plugin</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pluginloader : plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.github.pluginloader : plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
plugin-3.1.0
3.0.x
plugin-3.0.0
2.0.x
plugin-2.0.1
plugin-2.0.0
1.14.x
plugin-1.14.0
1.13.x
plugin-1.13.0
1.12.x
plugin-1.12.1
plugin-1.12.0
1.11.x
plugin-1.11.10
plugin-1.11.9
plugin-1.11.8
plugin-1.11.7
plugin-1.11.6

How to add a dependency to Maven

Add the following io.github.pluginloader : plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pluginloader</groupId>
    <artifactId>plugin</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pluginloader : plugin gradle dependency to your build.gradle file:

implementation 'io.github.pluginloader:plugin:3.1.0'

Gradle Kotlin DSL: Add the following io.github.pluginloader : plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pluginloader:plugin:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pluginloader : plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pluginloader" % "plugin" % "3.1.0"

Advertisement