> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration

> Verve adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.

## Install

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  dependencies {
      implementation("io.cloudx:adapter-verve:3.8.1.0")
  }
  ```

  ```groovy Groovy theme={null}
  dependencies {
      implementation 'io.cloudx:adapter-verve:3.8.1.0'
  }
  ```
</CodeGroup>

## Maven Repository

Verve HyBid artifacts are hosted on Verve's Maven repository. Add it alongside `google()` and `mavenCentral()`:

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  maven {
      url = uri("https://verve.jfrog.io/artifactory/verve-gradle-release")
  }
  ```

  ```groovy Groovy theme={null}
  maven { url 'https://verve.jfrog.io/artifactory/verve-gradle-release' }
  ```
</CodeGroup>

## Compatibility

| Adapter version | Network SDK             | Minimum CloudX SDK |
| --------------- | ----------------------- | ------------------ |
| `3.8.1.0`       | Verve HyBid SDK `3.8.1` | `4.1.0`            |

The adapter is discovered automatically when your server-provisioned CloudX configuration includes Verve demand. No manual adapter registration is required.
