MVN

org.tinymediamanager : api-scraper

Maven & Gradle

Oct 04, 2019
18 usages

tinyMediaManager scraper API · API for tinyMediaManager scrapers

<dependency>
    <groupId>org.tinymediamanager</groupId>
    <artifactId>api-scraper</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tinymediamanager : api-scraper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of org.tinymediamanager : api-scraper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
api-scraper-3.0.5
api-scraper-3.0.4
api-scraper-3.0.3
api-scraper-3.0.2
api-scraper-3.0.1
3.0
api-scraper-3.0
2.14
api-scraper-2.14
2.13
api-scraper-2.13
2.12
api-scraper-2.12
2.11
api-scraper-2.11
2.10
api-scraper-2.10
2.9
api-scraper-2.9
2.8
api-scraper-2.8
2.7
api-scraper-2.7
2.6
api-scraper-2.6
2.5
api-scraper-2.5
2.4
api-scraper-2.4
2.3
api-scraper-2.3
2.2
api-scraper-2.2
2.1
api-scraper-2.1
2.0
api-scraper-2.0
1.2
api-scraper-1.2
1.1
api-scraper-1.1
1.0
api-scraper-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tinymediamanager</groupId>
    <artifactId>api-scraper</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tinymediamanager : api-scraper gradle dependency to your build.gradle file:

implementation 'org.tinymediamanager:api-scraper:3.0.5'

Gradle Kotlin DSL: Add the following org.tinymediamanager : api-scraper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tinymediamanager:api-scraper:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tinymediamanager : api-scraper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tinymediamanager" % "api-scraper" % "3.0.5"

Advertisement