plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.goldfish07.reschiper</groupId> <artifactId>plugin</artifactId> <version>0.1.0-rc6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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.github.goldfish07.reschiper</groupId> <artifactId>plugin</artifactId> <version>0.1.0-rc6</version> <name>ResChiper</name> <description>A tool for obfuscating Android AAB resources</description> <url>https://github.com/goldfish07/reschiper</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>H1BQMqqU</id> <name>Ayush Bisht</name> <email>ayushbisht5663@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/goldfish07/reschiper.git</connection> <developerConnection>scm:git:ssh://github.com/goldfish07/reschiper.git</developerConnection> <url>https://github.com/goldfish07/reschiper</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>8.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>bundletool</artifactId> <version>1.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.1.3-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.59.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>aapt2-proto</artifactId> <version>8.8.0-12006047</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.15.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.5.4</version> <scope>runtime</scope> </dependency> </dependencies> </project>