media-player-info
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.redstones.mediaplayerinfo</groupId> <artifactId>media-player-info</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- 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>dev.redstones.mediaplayerinfo</groupId> <artifactId>media-player-info</artifactId> <version>0.1.0</version> <name>MediaPlayerInfo</name> <description>A Kotlin library for getting platform based media info</description> <url>https://github.com/Redstonecrafter0/MediaPlayerInfo</url> <licenses> <license> <name>GNU Affero General Public License version 3.0</name> <url>http://www.gnu.org/licenses/agpl-3.0.html</url> </license> </licenses> <developers> <developer> <name>Redstonecrafter0</name> <email>54239558+Redstonecrafter0@users.noreply.github.com</email> <organization>Redstonecrafter0</organization> <organizationUrl>https://redstones.dev</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/Redstonecrafter0/MediaPlayerInfo</connection> <developerConnection>scm:git:https://github.com/Redstonecrafter0/MediaPlayerInfo</developerConnection> <url>https://github.com/Redstonecrafter0/MediaPlayerInfo</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core-jvm</artifactId> <version>1.6.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.hypfvieh</groupId> <artifactId>dbus-java-core</artifactId> <version>5.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.hypfvieh</groupId> <artifactId>dbus-java-transport-jnr-unixsocket</artifactId> <version>5.0.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>