MVN

com.mi.dev.mint : bigo-adapter

Maven & Gradle

Aug 16, 2023
1 stars

bigo-adapter · mint mediation

<dependency>
    <groupId>com.mi.dev.mint</groupId>
    <artifactId>bigo-adapter</artifactId>
    <version>4.0.2.1.9.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mi.dev.mint : bigo-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2.1.9.8.0

All Versions

Choose a version of com.mi.dev.mint : bigo-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bigo-adapter-4.0.2.1.9.8.0
2.8.x
bigo-adapter-2.8.0.1.9.7.0
bigo-adapter-2.8.0.1.9.6.1
bigo-adapter-2.8.0.1.9.6.0
bigo-adapter-2.8.0.1.9.5.0
2.6.x
bigo-adapter-2.6.2.1.9.7.0
bigo-adapter-2.6.2.1.9.6.1
bigo-adapter-2.6.2.1.9.6.0
bigo-adapter-2.6.2.1.9.4.0
bigo-adapter-2.6.2.1.9.3.2
bigo-adapter-2.6.2.1.9.3.1
bigo-adapter-2.6.2.1.9.3.0
bigo-adapter-2.6.2.1.9.2.1

How to add a dependency to Maven

Add the following com.mi.dev.mint : bigo-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mi.dev.mint</groupId>
    <artifactId>bigo-adapter</artifactId>
    <version>4.0.2.1.9.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mi.dev.mint : bigo-adapter gradle dependency to your build.gradle file:

implementation 'com.mi.dev.mint:bigo-adapter:4.0.2.1.9.8.0'

Gradle Kotlin DSL: Add the following com.mi.dev.mint : bigo-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mi.dev.mint:bigo-adapter:4.0.2.1.9.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mi.dev.mint : bigo-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mi.dev.mint" % "bigo-adapter" % "4.0.2.1.9.8.0"

Advertisement