grease
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.deepmedia.tools</groupId>
<artifactId>grease</artifactId>
<version>0.3.7</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.deepmedia.tools</groupId>
<artifactId>grease</artifactId>
<version>0.3.7</version>
<name>Grease</name>
<description>Fat AARs for Android, to distribute multiple library modules in a single file with no dependencies, with relocation support.</description>
<url>https://github.com/deepmedia/Grease</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Mattia Iavarone</name>
<email>mattia@deepmedia.io</email>
<organization>DeepMedia</organization>
<organizationUrl>https://deepmedia.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/deepmedia/Grease.git</connection>
<developerConnection>scm:git:ssh://github.com:deepmedia/Grease.git</developerConnection>
<tag>v0.3.7</tag>
<url>https://github.com/deepmedia/Grease</url>
</scm>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.gradleup.shadow</groupId>
<artifactId>shadow-gradle-plugin</artifactId>
<version>8.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>sdk-common</artifactId>
<version>31.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>8.13.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>common</artifactId>
<version>31.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools.layoutlib</groupId>
<artifactId>layoutlib-api</artifactId>
<version>31.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-metadata-jvm</artifactId>
<version>0.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>