MVN

net.sf.opk : plugin-loader

Maven & Gradle

May 15, 2024

Plugin Loader · A simple plugin loader, loading isolated plugins with their own classpath. The application and the plugins share access to platform and service classes -- without a proxy or reflection.

<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>plugin-loader</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.opk : plugin-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.sf.opk : plugin-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
plugin-loader-1.0.0

How to add a dependency to Maven

Add the following net.sf.opk : plugin-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>plugin-loader</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.opk : plugin-loader gradle dependency to your build.gradle file:

implementation 'net.sf.opk:plugin-loader:1.0.0'

Gradle Kotlin DSL: Add the following net.sf.opk : plugin-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.opk:plugin-loader:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.opk : plugin-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.opk" % "plugin-loader" % "1.0.0"

Advertisement

Dependencies from Group

May 15, 2023
Aug 14, 2020
1 stars
Nov 26, 2012

Discover Dependencies

May 15, 2024
7.7k stars
May 15, 2024
45 stars
May 15, 2024
67.5k stars
May 15, 2024
9.5k stars
May 15, 2024
7.7k stars
May 15, 2024
7.7k stars
May 15, 2024
7.7k stars
May 15, 2024
8 stars