MVN

org.mythtv.android : mythtv-service-api

Maven & Gradle

Feb 15, 2015
3 stars

MythTV-Service-API · MythTV Services API for java

<dependency>
    <groupId>org.mythtv.android</groupId>
    <artifactId>mythtv-service-api</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mythtv.android : mythtv-service-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of org.mythtv.android : mythtv-service-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mythtv-service-api-2.0.4
mythtv-service-api-2.0.3
mythtv-service-api-2.0.2
mythtv-service-api-2.0.1
mythtv-service-api-2.0.0
1.0.x
mythtv-service-api-1.0.14
mythtv-service-api-1.0.13
mythtv-service-api-1.0.12
mythtv-service-api-1.0.11
mythtv-service-api-1.0.10
mythtv-service-api-1.0.9
mythtv-service-api-1.0.8
mythtv-service-api-1.0.7
mythtv-service-api-1.0.6
mythtv-service-api-1.0.5
mythtv-service-api-1.0.4
mythtv-service-api-1.0.3
mythtv-service-api-1.0.2
1.0
mythtv-service-api-1.0
0.0.x
mythtv-service-api-0.0.32
mythtv-service-api-0.0.31
mythtv-service-api-0.0.30
mythtv-service-api-0.0.29
mythtv-service-api-0.0.28
mythtv-service-api-0.0.27
mythtv-service-api-0.0.26
mythtv-service-api-0.0.25
mythtv-service-api-0.0.22
mythtv-service-api-0.0.21
mythtv-service-api-0.0.20
mythtv-service-api-0.0.18
mythtv-service-api-0.0.17
mythtv-service-api-0.0.16
mythtv-service-api-0.0.15
mythtv-service-api-0.0.14
mythtv-service-api-0.0.13
mythtv-service-api-0.0.12

How to add a dependency to Maven

Add the following org.mythtv.android : mythtv-service-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mythtv.android</groupId>
    <artifactId>mythtv-service-api</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mythtv.android : mythtv-service-api gradle dependency to your build.gradle file:

implementation 'org.mythtv.android:mythtv-service-api:2.0.4'

Gradle Kotlin DSL: Add the following org.mythtv.android : mythtv-service-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mythtv.android:mythtv-service-api:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mythtv.android : mythtv-service-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mythtv.android" % "mythtv-service-api" % "2.0.4"

Advertisement