strings
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>strings</artifactId>
<version>4.6.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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.morimekta.utils</groupId>
<artifactId>pom</artifactId>
<version>4.5.3</version>
<relativePath>../utils-pom/pom.xml</relativePath>
</parent>
<artifactId>strings</artifactId>
<version>4.6.2</version>
<packaging>jar</packaging>
<url>https://gitlab.com/morimekta/utils-string</url>
<name>String Utils</name>
<description>
Utilities handling strings and chars in strings.
</description>
<scm>
<url>https://gitlab.com/morimekta/utils-strings.git</url>
<developerConnection>scm:git:ssh://git@gitlab.com/morimekta/utils-strings.git</developerConnection>
<tag>v4.6.2</tag>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.2.2.Final</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<version>2.25.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- testing dependencies -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.13.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>collect</artifactId>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>testing</artifactId>
<version>5.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.8-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-commons-charset</artifactId>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mobicents.protocols.ss7.map</groupId>
<artifactId>map-impl</artifactId>
<version>8.0.112</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.17</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>