icu.nullptr.stringfuck.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>icu.nullptr.stringfuck</groupId>
<artifactId>icu.nullptr.stringfuck.gradle.plugin</artifactId>
<version>0.2.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>icu.nullptr.stringfuck</groupId>
<artifactId>icu.nullptr.stringfuck.gradle.plugin</artifactId>
<version>0.2.2</version>
<packaging>pom</packaging>
<name>StringFuck</name>
<description>Yet Another String Obfuscator for Android</description>
<url>https://github.com/Dr-TSNG/StringFuck</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/Dr-TSNG/StringFuck/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>Nullptr</name>
<url>https://github.com/Dr-TSNG</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Dr-TSNG/StringFuck.git</connection>
<url>https://github.com/Dr-TSNG/StringFuck</url>
</scm>
<dependencies>
<dependency>
<groupId>icu.nullptr.stringfuck</groupId>
<artifactId>plugin</artifactId>
<version>0.2.2</version>
</dependency>
</dependencies>
</project>