MVN

com.github.souzen : light-jpf

Maven & Gradle

Jan 04, 2018
18 stars

Lightweight Java Plugin Framework

<dependency>
    <groupId>com.github.souzen</groupId>
    <artifactId>light-jpf</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.souzen : light-jpf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of com.github.souzen : light-jpf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
light-jpf-0.0.6
light-jpf-0.0.4
light-jpf-0.0.2

How to add a dependency to Maven

Add the following com.github.souzen : light-jpf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.souzen</groupId>
    <artifactId>light-jpf</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.souzen : light-jpf gradle dependency to your build.gradle file:

implementation 'com.github.souzen:light-jpf:0.0.6'

Gradle Kotlin DSL: Add the following com.github.souzen : light-jpf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.souzen:light-jpf:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.souzen : light-jpf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.souzen" % "light-jpf" % "0.0.6"

Advertisement