internals
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.nik-gleb</groupId>
<artifactId>internals</artifactId>
<version>0.0.1-RELEASE</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.nik-gleb</groupId>
<artifactId>internals</artifactId>
<version>0.0.1-RELEASE</version>
<name>Internals API</name>
<description>Library contains package private APIs of some libraries</description>
<url>https://github.com/Nik-Gleb/libraries/tree/master/internals</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/Nik-Gleb/libraries/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Nik-Gleb</id>
<name>Gleb Nikitenko</name>
<email>nikitosgleb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://git@github.com:Nik-Gleb/libraries.git</connection>
<developerConnection>scm:git:ssh://git@github.com:Nik-Gleb/libraries.git</developerConnection>
<url>https://github.com/Nik-Gleb/libraries/tree/master/internals</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-tasks</artifactId>
<version>17.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>