MVN

io.foodtechlab : backend-libraries

Maven & Gradle

Feb 06, 2024

Foodtechlab Backend Libraries · A set of libraries for backend developers from the Foodtechlab company

<dependency>
    <groupId>io.foodtechlab</groupId>
    <artifactId>backend-libraries</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.foodtechlab : backend-libraries to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of io.foodtechlab : backend-libraries to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
backend-libraries-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.foodtechlab</groupId>
    <artifactId>backend-libraries</artifactId>
    <version>4.0.0</version>
</dependency>