MVN

com.abavilla : fpi-meta-plugin

Maven & Gradle

Jun 03, 2023
2 stars

FPI Meta plugin shared library · Plugin for FPI Framework to integrate with Meta Services

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-meta-plugin</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.abavilla : fpi-meta-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.28

All Versions

Choose a version of com.abavilla : fpi-meta-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fpi-meta-plugin-1.0.28
fpi-meta-plugin-1.0.27
fpi-meta-plugin-1.0.26
fpi-meta-plugin-1.0.25
fpi-meta-plugin-1.0.24
fpi-meta-plugin-1.0.23
fpi-meta-plugin-1.0.22
fpi-meta-plugin-1.0.21
fpi-meta-plugin-1.0.20
fpi-meta-plugin-1.0.19
fpi-meta-plugin-1.0.17
fpi-meta-plugin-1.0.16
fpi-meta-plugin-1.0.15

How to add a dependency to Maven

Add the following com.abavilla : fpi-meta-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-meta-plugin</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.abavilla : fpi-meta-plugin gradle dependency to your build.gradle file:

implementation 'com.abavilla:fpi-meta-plugin:1.0.28'

Gradle Kotlin DSL: Add the following com.abavilla : fpi-meta-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.abavilla:fpi-meta-plugin:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.abavilla : fpi-meta-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.abavilla" % "fpi-meta-plugin" % "1.0.28"

Advertisement