text
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.glistman</groupId> <artifactId>text</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.glistman</groupId> <artifactId>text</artifactId> <version>1.0.0</version> <name>Text Utilities</name> <description>utilities to analyze, manipulate and format strings</description> <url>https://github.com/glistman/text</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>glistman</id> <name>Listman Gamboa</name> <email>listman2390@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:glistman/text.git</connection> <developerConnection>scm:git:git@github.com:glistman/text.git</developerConnection> <url>https://github.com/glistman/text</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>