MVN

de.mediathekview : MLib

Maven & Gradle

Mar 13, 2023
1 usages
35 stars

de.mediathekview:MLib · A central library with tools and utils for the MediathekView Client and the MediathekView Server

<dependency>
    <groupId>de.mediathekview</groupId>
    <artifactId>MLib</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mediathekview : MLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.13

All Versions

Choose a version of de.mediathekview : MLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
MLib-3.0.13
MLib-3.0.12
MLib-3.0.11
MLib-3.0.10
MLib-3.0.9
MLib-3.0.8
MLib-3.0.7
MLib-3.0.6
MLib-3.0.5
MLib-3.0.4
MLib-3.0.3
MLib-3.0.2
MLib-3.0.1
2.5.x
MLib-2.5.0
2.4.x
MLib-2.4.4
MLib-2.4.3

How to add a dependency to Maven

Add the following de.mediathekview : MLib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mediathekview</groupId>
    <artifactId>MLib</artifactId>
    <version>3.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mediathekview : MLib gradle dependency to your build.gradle file:

implementation 'de.mediathekview:MLib:3.0.13'

Gradle Kotlin DSL: Add the following de.mediathekview : MLib gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mediathekview:MLib:3.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mediathekview : MLib sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mediathekview" % "MLib" % "3.0.13"

Advertisement