BlueBillywigPlayerSDK
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.bluebillywig</groupId> <artifactId>BlueBillywigPlayerSDK</artifactId> <version>1.4.17</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.bluebillywig</groupId> <artifactId>BlueBillywigPlayerSDK</artifactId> <version>1.4.17</version> <packaging>aar</packaging> <name>BlueBillywigPlayerSDK</name> <description>Connect your Android app to our Blue Billywig Player using this SDK</description> <url>https://github.com/bluebillywig/AndroidPlayerSDK</url> <licenses> <license> <name>MIT</name> <url>https://github.com/bluebillywig/AndroidPlayerSDK/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bluebillywig</id> <name>Support Blue Billywig</name> </developer> </developers> <scm> <connection>scm:git@github.com:bluebillywig/AndroidPlayerSDK.git</connection> <developerConnection>scm:git@github.com:bluebillywig/AndroidPlayerSDK.git</developerConnection> <url>https://github.com/bluebillywig/AndroidPlayerSDK</url> </scm> <dependencies> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v13</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> <scope>compile</scope> </dependency> </dependencies> </project>