standalone
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>standalone</artifactId> <version>4.8.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>standalone</artifactId> <version>4.8.0</version> <name>TMDb API Client :: standalone</name> <description>Standalone TMDb API client package for framework-less access to TMDb</description> <url>https://github.com/v47-io/tmdb-api-client</url> <licenses> <license> <name>BSD 3-Clause Clear License</name> <url>https://spdx.org/licenses/BSD-3-Clause-Clear.html</url> </license> </licenses> <developers> <developer> <id>vemilyus</id> <name>Alex Katlein</name> <email>dev@vemilyus.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/v47-io/tmdb-api-client.git</connection> <developerConnection>scm:git:ssh://git@github.com/v47-io/tmdb-api-client.git</developerConnection> <url>https://github.com/v47-io/tmdb-api-client</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>api</artifactId> <version>4.8.0</version> </dependency> <dependency> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>http-client-java11</artifactId> <version>4.8.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>api</artifactId> </dependency> <dependency> <groupId>io.v47.tmdb-api-client</groupId> <artifactId>http-client-java11</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> </dependencies> </project>