dlna
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.qytech</groupId> <artifactId>dlna</artifactId> <version>0.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.qytech</groupId> <artifactId>dlna</artifactId> <version>0.0.2</version> <packaging>aar</packaging> <name>dlna</name> <description>dlna</description> <url>https://github.com/qytech/dlna</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> </license> </licenses> <developers> <developer> <id>qytech</id> <name>qytech</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/qytech/dlna.git</connection> <developerConnection>scm:git:ssh://github.com/qytech/dlna.git</developerConnection> <url>http://github.com/qytech/dlna</url> </scm> </project>