MVN

com.gitee.l0km : common-thrift-base

Maven & Gradle

Aug 18, 2023

common-thrift-base

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>common-thrift-base</artifactId>
    <version>2.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.l0km : common-thrift-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.5

All Versions

Choose a version of com.gitee.l0km : common-thrift-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
common-thrift-base-2.8.5
common-thrift-base-2.8.4
common-thrift-base-2.8.3
common-thrift-base-2.8.2
common-thrift-base-2.8.1
common-thrift-base-2.8.0
2.7.x
common-thrift-base-2.7.9
common-thrift-base-2.7.8
common-thrift-base-2.7.7
common-thrift-base-2.7.6
common-thrift-base-2.7.5
common-thrift-base-2.7.4
common-thrift-base-2.7.3
common-thrift-base-2.7.2
common-thrift-base-2.7.1
common-thrift-base-2.7.0
2.6.x
common-thrift-base-2.6.5
common-thrift-base-2.6.4
common-thrift-base-2.6.3
common-thrift-base-2.6.2
common-thrift-base-2.6.1
common-thrift-base-2.6.0
2.5.x
common-thrift-base-2.5.8
common-thrift-base-2.5.7
common-thrift-base-2.5.5
common-thrift-base-2.5.4
common-thrift-base-2.5.3
common-thrift-base-2.5.2
common-thrift-base-2.5.1
common-thrift-base-2.5.0
2.4.x
common-thrift-base-2.4.2
common-thrift-base-2.4.1
common-thrift-base-2.4.0
2.3.x
common-thrift-base-2.3.0
2.2.x
common-thrift-base-2.2.4
common-thrift-base-2.2.3
common-thrift-base-2.2.2
common-thrift-base-2.2.1
common-thrift-base-2.2.0
2.1.x
common-thrift-base-2.1.1
common-thrift-base-2.1.0
2.0.x
common-thrift-base-2.0.0
1.5.x
common-thrift-base-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>common-thrift-base</artifactId>
    <version>2.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.l0km : common-thrift-base gradle dependency to your build.gradle file:

implementation 'com.gitee.l0km:common-thrift-base:2.8.5'

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

implementation("com.gitee.l0km:common-thrift-base:2.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.l0km : common-thrift-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.l0km" % "common-thrift-base" % "2.8.5"