ellipsize
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>ellipsize</artifactId> <version>0.5.1</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"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>ellipsize</artifactId> <version>0.5.1</version> <name>ellipsize</name> <description>Ellipsizes a string at the nearest whitespace character near the end of allowed length</description> <url>https://github.com/mvhenten/ellipsize</url> <organization> <name>Matthijs van Henten</name> <url>https://github.com/mvhenten/ellipsize</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>mvhenten</name> <email>matthijs@ischen.nl</email> </developer> </developers> <scm> <connection>ssh://git@github.com/mvhenten/ellipsize.git</connection> <developerConnection>ssh://git@github.com/mvhenten/ellipsize.git</developerConnection> <url>ssh://git@github.com/mvhenten/ellipsize</url> </scm> <issueManagement> <url>https://github.com/mvhenten/ellipsize/issues</url> </issueManagement> </project>