logs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.nemiron.hyperion</groupId>
<artifactId>logs</artifactId>
<version>0.3.3</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>me.nemiron.hyperion</groupId>
<artifactId>logs</artifactId>
<version>0.3.3</version>
<packaging>aar</packaging>
<name>logs</name>
<description>Set of useful Hyperion plugins</description>
<url>https://github.com/Nemironium/hyperion-plugins</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>Nemiron</id>
<name>Pavel Aleksandrov</name>
<email>nemiron@outlook.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Nemironium/hyperion-plugins.git</connection>
<developerConnection>https://github.com/Nemironium/hyperion-plugins.git</developerConnection>
<url>https://github.com/Nemironium/hyperion-plugins</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.willowtreeapps.hyperion</groupId>
<artifactId>hyperion-plugin</artifactId>
<version>0.9.31</version>
</dependency>
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>