MVN

com.sportradar.livedata.sdk : sdk

Maven & Gradle

Jun 15, 2023
5 stars

Livedata SDK · Livedata SDK is a client library that enables easier integration with the Livedata XML feed. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

<dependency>
    <groupId>com.sportradar.livedata.sdk</groupId>
    <artifactId>sdk</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sportradar.livedata.sdk : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4
  • Latest Release Candidate: 2.0.1-RC1

All Versions

Choose a version of com.sportradar.livedata.sdk : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sdk-2.0.4
sdk-2.0.3
sdk-2.0.2
sdk-2.0.1
sdk-2.0.1-RC1
sdk-2.0.0
sdk-2.0.0-RC5
sdk-2.0.0-RC4
sdk-2.0.0-RC3
sdk-2.0.0-RC2
sdk-2.0.0-RC1

How to add a dependency to Maven

Add the following com.sportradar.livedata.sdk : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sportradar.livedata.sdk</groupId>
    <artifactId>sdk</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sportradar.livedata.sdk : sdk gradle dependency to your build.gradle file:

implementation 'com.sportradar.livedata.sdk:sdk:2.0.4'

Gradle Kotlin DSL: Add the following com.sportradar.livedata.sdk : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sportradar.livedata.sdk:sdk:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sportradar.livedata.sdk : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sportradar.livedata.sdk" % "sdk" % "2.0.4"