dokitx-pthread-hook
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.didi.dokit</groupId>
<artifactId>dokitx-pthread-hook</artifactId>
<version>3.7.11</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.didi.dokit</groupId>
<artifactId>dokitx-pthread-hook</artifactId>
<version>3.7.11</version>
<packaging>aar</packaging>
<name>dokitx-pthread-hook</name>
<description>DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.</description>
<url>https://github.com/didi/DoraemonKit</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>OrangeLab</id>
<name>Orange Lab</name>
<email>orange-lab@didiglobal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/didi/DoraemonKit.git</connection>
<developerConnection>scm:git:ssh://github.com/didi/DoraemonKit.git</developerConnection>
<url>https://github.com/didi/DoraemonKit/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.didi.dokit</groupId>
<artifactId>dokitx</artifactId>
<version>3.7.11</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.4.32</version>
</dependency>
<dependency>
<groupId>com.tencent.matrix</groupId>
<artifactId>matrix-hooks</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.tencent.matrix</groupId>
<artifactId>matrix-fd</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment-ktx</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>4.2.2</version>
</dependency>
</dependencies>
</project>