MVN

com.gitee.l0km : facedb-client

Maven & Gradle

Aug 23, 2021

facedb thrift client

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>facedb-client</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.0

All Versions

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

Version Vulnerabilities Updated
3.1.x
facedb-client-3.1.0
3.0.x
facedb-client-3.0.1
facedb-client-3.0.0
2.4.x
facedb-client-2.4.0
2.3.x
facedb-client-2.3.5
facedb-client-2.3.4
facedb-client-2.3.3
facedb-client-2.3.2
facedb-client-2.3.1
facedb-client-2.3.0
2.2.x
facedb-client-2.2.2
facedb-client-2.2.1
facedb-client-2.2.0
2.1.x
facedb-client-2.1.0
2.0.x
facedb-client-2.0.4
facedb-client-2.0.3
facedb-client-2.0.2
facedb-client-2.0.1
facedb-client-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>facedb-client</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitee.l0km:facedb-client:3.1.0'

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

implementation("com.gitee.l0km:facedb-client:3.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitee.l0km" % "facedb-client" % "3.1.0"