MVN

com.abavilla : fpi-framework-core

Maven & Gradle

Aug 13, 2023
3 stars

FPI Framework core module · Reactive API backend Framework, built on top of Quarkus, for quick and easy REST API development - Core module

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-framework-core</artifactId>
    <version>1.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.5

All Versions

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

Version Vulnerabilities Updated
v1.3.x
fpi-framework-core-v1.3.1
1.8.x
fpi-framework-core-1.8.5
fpi-framework-core-1.8.4
fpi-framework-core-1.8.3
fpi-framework-core-1.8.2
fpi-framework-core-1.8.1
fpi-framework-core-1.8.0
1.7.x
fpi-framework-core-1.7.1
fpi-framework-core-1.7.0
1.6.x
fpi-framework-core-1.6.4
fpi-framework-core-1.6.3
fpi-framework-core-1.6.2
fpi-framework-core-1.6.1
fpi-framework-core-1.6.0
1.5.x
fpi-framework-core-1.5.7
fpi-framework-core-1.5.6
fpi-framework-core-1.5.4
fpi-framework-core-1.5.3
fpi-framework-core-1.5.2
fpi-framework-core-1.5.1
fpi-framework-core-1.5.0
1.4.x
fpi-framework-core-1.4.1
fpi-framework-core-1.4.0
1.3.x
fpi-framework-core-1.3.0
1.2.x
fpi-framework-core-1.2.0
1.1.x
fpi-framework-core-1.1.35
fpi-framework-core-1.1.34
fpi-framework-core-1.1.33
fpi-framework-core-1.1.32
fpi-framework-core-1.1.31
fpi-framework-core-1.1.30
fpi-framework-core-1.1.29
fpi-framework-core-1.1.28
fpi-framework-core-1.1.27
fpi-framework-core-1.1.26
fpi-framework-core-1.1.25
fpi-framework-core-1.1.24
fpi-framework-core-1.1.23
fpi-framework-core-1.1.22
fpi-framework-core-1.1.21
fpi-framework-core-1.1.20
fpi-framework-core-1.1.19
fpi-framework-core-1.1.18
fpi-framework-core-1.1.17
fpi-framework-core-1.1.16
fpi-framework-core-1.1.15
fpi-framework-core-1.1.14
fpi-framework-core-1.1.13
fpi-framework-core-1.1.12
fpi-framework-core-1.1.11
fpi-framework-core-1.1.10
fpi-framework-core-1.1.9
fpi-framework-core-1.1.8
fpi-framework-core-1.1.7
fpi-framework-core-1.1.6
fpi-framework-core-1.1.5
fpi-framework-core-1.1.4
fpi-framework-core-1.1.3
fpi-framework-core-1.1.2
fpi-framework-core-1.1.1
fpi-framework-core-1.1.0
1.0.x
fpi-framework-core-1.0.147
fpi-framework-core-1.0.146
fpi-framework-core-1.0.145
fpi-framework-core-1.0.144
fpi-framework-core-1.0.143
fpi-framework-core-1.0.139
fpi-framework-core-1.0.138
fpi-framework-core-1.0.136-1-608f58b5
fpi-framework-core-1.0.136-4-58318456-feat_switch_to_maven_git_versioning_extension
fpi-framework-core-1.0.136-3-fc58c1fe-feat_switch_to_maven_git_versioning_extension
fpi-framework-core-1.0.136-2-a2fafa76-feat_switch_to_maven_git_versioning_extension
fpi-framework-core-1.0.135
fpi-framework-core-1.0.135-1-205185f7-enhancement_increase_nexus_staging_timeout
fpi-framework-core-1.0.134
fpi-framework-core-1.0.134-2-788393a8-fix_main_workflow
fpi-framework-core-1.0.134-9-0c3c275f-code_quality_gate
fpi-framework-core-1.0.134-5-7e35a1ad-code_quality_gate
fpi-framework-core-1.0.133
fpi-framework-core-1.0.133-1-d5d47bc5-fix_pom_module_dep_error
fpi-framework-core-1.0.132
fpi-framework-core-1.0.132-14-078575b5-oss_releasing
fpi-framework-core-1.0.132-13-08544ccd-oss_releasing

How to add a dependency to Maven

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

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-framework-core</artifactId>
    <version>1.8.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.abavilla:fpi-framework-core:1.8.5'

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

implementation("com.abavilla:fpi-framework-core:1.8.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.abavilla" % "fpi-framework-core" % "1.8.5"