scraper-universal-movie
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-universal-movie</artifactId> <version>3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.tinymediamanager</groupId> <artifactId>tmm-parent</artifactId> <version>3.3</version> </parent> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-universal-movie</artifactId> <version>3.0</version> <name>Universal movie scraper</name> <description>A universal movie scraper for movies</description> <url>https://www.tinymediamanager.org</url> <scm> <url>https://gitlab.com/tinyMediaManager/scraper/${project.artifactId}</url> <connection>scm:git:git@gitlab.com:tinyMediaManager/scraper/${project.artifactId}.git</connection> <developerConnection>scm:git:git@gitlab.com:tinyMediaManager/scraper/${project.artifactId}.git </developerConnection> <tag>scraper-universal-movie-3.0</tag> </scm> <dependencies> <dependency> <groupId>org.tinymediamanager</groupId> <artifactId>api-scraper</artifactId> <version>3.0</version> <scope>provided</scope> </dependency> <!-- test dependencies --> <dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-tmdb</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-imdb</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-omdbapi</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-moviemeter</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.tinymediamanager.plugins</groupId> <artifactId>scraper-trakt</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.uwetrottmann.trakt5</groupId> <artifactId>trakt-java</artifactId> <version>5.8.0</version> <scope>test</scope> </dependency> </dependencies> </project>