message-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.lingui</groupId>
<artifactId>message-utils</artifactId>
<version>6.5.0</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.at.lingui</groupId>
<artifactId>message-utils</artifactId>
<version>6.5.0</version>
<name>lingui message-utils</name>
<description>Low-level Lingui utilities to compile ICU MessageFormat messages and generate stable message IDs</description>
<url>https://lingui.dev</url>
<organization>
<name>lingui message-utils</name>
<url>https://lingui.dev</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>andrii.bodnar</name>
<email>andrii.bodnar@crowdin.com</email>
</developer>
<developer>
<name>serhiydmytryshyn</name>
<email>sergey@crowdin.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/lingui/js-lingui.git</connection>
<developerConnection>https://github.com/lingui/js-lingui.git</developerConnection>
<url>https://github.com/lingui/js-lingui</url>
</scm>
<issueManagement>
<url>https://github.com/lingui/js-lingui/issues</url>
</issueManagement>
<properties>
<org.mvnpm-js-sha256.version>[0.10.1,0.11)</org.mvnpm-js-sha256.version>
<org.mvnpm.at.messageformat-parser.version>[5.0.0,6)</org.mvnpm.at.messageformat-parser.version>
<org.mvnpm.at.messageformat-date-skeleton.version>[1.1.0,2)</org.mvnpm.at.messageformat-date-skeleton.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.messageformat</groupId>
<artifactId>date-skeleton</artifactId>
<version>${org.mvnpm.at.messageformat-date-skeleton.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.messageformat</groupId>
<artifactId>parser</artifactId>
<version>${org.mvnpm.at.messageformat-parser.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>js-sha256</artifactId>
<version>${org.mvnpm-js-sha256.version}</version>
</dependency>
</dependencies>
</project>