MVN

com.gitee.l0km : facelog-local

Maven & Gradle

Mar 24, 2023

facelog interface local implementation

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>facelog-local</artifactId>
    <version>5.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.l0km : facelog-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.5

All Versions

Choose a version of com.gitee.l0km : facelog-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
facelog-local-5.2.5
facelog-local-5.2.4
facelog-local-5.2.3
facelog-local-5.2.2
facelog-local-5.2.1
facelog-local-5.2.0
5.1.x
facelog-local-5.1.1
facelog-local-5.1.0
5.0.x
facelog-local-5.0.1
facelog-local-5.0.0
4.2.x
facelog-local-4.2.1
facelog-local-4.2.0
4.1.x
facelog-local-4.1.0
4.0.x
facelog-local-4.0.1
facelog-local-4.0.0
3.3.x
facelog-local-3.3.0
3.2.x
facelog-local-3.2.1
facelog-local-3.2.0
3.1.x
facelog-local-3.1.3
facelog-local-3.1.2
facelog-local-3.1.1
facelog-local-3.1.0
3.0.x
facelog-local-3.0.5
facelog-local-3.0.4
facelog-local-3.0.3
facelog-local-3.0.2
facelog-local-3.0.1
facelog-local-3.0.0
2.8.x
facelog-local-2.8.4
facelog-local-2.8.3
facelog-local-2.8.2
facelog-local-2.8.1
facelog-local-2.8.0
2.7.x
facelog-local-2.7.0
2.6.x
facelog-local-2.6.0
2.5.x
facelog-local-2.5.1
2.4.x
facelog-local-2.4.3
facelog-local-2.4.2
facelog-local-2.4.1
facelog-local-2.4.0
2.3.x
facelog-local-2.3.0
2.2.x
facelog-local-2.2.1
facelog-local-2.2.0
2.1.x
facelog-local-2.1.2
facelog-local-2.1.1
facelog-local-2.1.0
2.0.x
facelog-local-2.0.8
facelog-local-2.0.7
facelog-local-2.0.6
facelog-local-2.0.5
facelog-local-2.0.4
facelog-local-2.0.3
facelog-local-2.0.2
facelog-local-2.0.1
facelog-local-2.0.0

How to add a dependency to Maven

Add the following com.gitee.l0km : facelog-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>facelog-local</artifactId>
    <version>5.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.l0km : facelog-local gradle dependency to your build.gradle file:

implementation 'com.gitee.l0km:facelog-local:5.2.5'

Gradle Kotlin DSL: Add the following com.gitee.l0km : facelog-local gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.l0km:facelog-local:5.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.l0km : facelog-local sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.l0km" % "facelog-local" % "5.2.5"

Advertisement