decancer
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.null8626</groupId> <artifactId>decancer</artifactId> <version>3.2.8</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.null8626</groupId> <artifactId>decancer</artifactId> <version>3.2.8</version> <name>decancer</name> <description>A library that removes common unicode confusables/homoglyphs from strings.</description> <url>https://github.com/null8626/decancer</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/null8626/decancer/blob/v3.2.8/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>null8626</id> <name>null8626</name> <url>https://github.com/null8626</url> <timezone>Asia/Jakarta</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/null8626/decancer</connection> <developerConnection>scm:git:git://github.com/null8626/decancer</developerConnection> <url>https://github.com/null8626/decancer</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/null8626/decancer/issues</url> </issueManagement> <ciManagement> <system>Github Actions</system> <url>https://github.com/null8626/decancer/actions</url> </ciManagement> <dependencies> <dependency> <groupId>com.github.adamheinrich</groupId> <artifactId>native-utils</artifactId> <version>e6a3948966</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fizzed</groupId> <artifactId>jne</artifactId> <version>4.1.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>