MVN

com.doinglab.foodlens : FoodLens

Maven & Gradle

Aug 09, 2023

FoodLensSDK · FoodLensSDK

<dependency>
    <groupId>com.doinglab.foodlens</groupId>
    <artifactId>FoodLens</artifactId>
    <version>2.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.doinglab.foodlens : FoodLens to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.4

All Versions

Choose a version of com.doinglab.foodlens : FoodLens to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
FoodLens-2.5.4
FoodLens-2.5.3
FoodLens-2.5.2
FoodLens-2.5.1
FoodLens-2.5.0
2.4.x
FoodLens-2.4.6
FoodLens-2.4.5
FoodLens-2.4.4
FoodLens-2.4.3
FoodLens-2.4.1
FoodLens-2.4.0
2.3.x
FoodLens-2.3.9
FoodLens-2.3.8
FoodLens-2.3.7
FoodLens-2.3.6
FoodLens-2.3.5
FoodLens-2.3.4
FoodLens-2.3.3
FoodLens-2.3.2
FoodLens-2.3.1
FoodLens-2.3.0
2.2.x
FoodLens-2.2.13
FoodLens-2.2.12
0.1.x
FoodLens-0.1.1

How to add a dependency to Maven

Add the following com.doinglab.foodlens : FoodLens maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.doinglab.foodlens</groupId>
    <artifactId>FoodLens</artifactId>
    <version>2.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.doinglab.foodlens : FoodLens gradle dependency to your build.gradle file:

implementation 'com.doinglab.foodlens:FoodLens:2.5.4'

Gradle Kotlin DSL: Add the following com.doinglab.foodlens : FoodLens gradle kotlin dependency to your build.gradle.kts file:

implementation("com.doinglab.foodlens:FoodLens:2.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.doinglab.foodlens : FoodLens sbt scala dependency to your build.sbt file:

libraryDependencies += "com.doinglab.foodlens" % "FoodLens" % "2.5.4"