testPublish
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.joeljt</groupId>
<artifactId>testPublish</artifactId>
<version>0.0.2</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.joeljt</groupId>
<artifactId>testPublish</artifactId>
<version>0.0.2</version>
<packaging>aar</packaging>
<name>testPublish</name>
<description>Test publishing android SDK to mavenCentral</description>
<url>https://github.com/Joeljt/Data-Structure</url>
<licenses>
<license>
<name>License</name>
<url>https://github.com/GetStream/stream-chat-android/blob/develop/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Joseph_L</id>
<name>Joey Lee</name>
<email>joseph_l@126.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com:Joeljt/Data-Structure.git</connection>
<developerConnection>scm:git:ssh://github.com:Joeljt/Data-Structure.git</developerConnection>
<url>https://github.com/Joeljt/Data-Structure</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>
</project>