MVN

org.pf4j : pf4j-shell

Maven & Gradle

Jun 25, 2023

PF4J Shell · Plugin Framework for Java

<dependency>
    <groupId>org.pf4j</groupId>
    <artifactId>pf4j-shell</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pf4j : pf4j-shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of org.pf4j : pf4j-shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
pf4j-shell-0.1.0

How to add a dependency to Maven

Add the following org.pf4j : pf4j-shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pf4j</groupId>
    <artifactId>pf4j-shell</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pf4j : pf4j-shell gradle dependency to your build.gradle file:

implementation 'org.pf4j:pf4j-shell:0.1.0'

Gradle Kotlin DSL: Add the following org.pf4j : pf4j-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pf4j:pf4j-shell:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pf4j : pf4j-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pf4j" % "pf4j-shell" % "0.1.0"

Advertisement

Dependencies from Group

Jan 30, 2023
64 usages
2k stars
Oct 27, 2022
64 usages
269 stars
Jan 28, 2020
11 usages
67 stars
Jan 30, 2023
2.2k stars
Oct 27, 2022
288 stars

Discover Dependencies