fluent-functions-icu
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.xyzsd.fluent</groupId> <artifactId>fluent-functions-icu</artifactId> <version>0.72</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>net.xyzsd.fluent</groupId> <artifactId>fluent-functions-icu</artifactId> <version>0.72</version> <name>Project Fluent for Java</name> <description>A Java implementation of the Mozilla Project Fluent </description> <url>https://github.com/xyzsd/fluent</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <comments>A business-friendly OSS license</comments> </license> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> <comments>A GPL/LGPL compatible OSS license</comments> </license> </licenses> <developers> <developer> <id>xyzsd</id> <name>Zach Del</name> <email>xyzsd@xyzsd.net</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/xyzsd/fluent.git</connection> <developerConnection>scm:git:ssh://git@github.com:xyzsd/fluent.git</developerConnection> <url>https://github.com/xyzsd/fluent</url> </scm> <dependencies> <dependency> <groupId>net.xyzsd.fluent</groupId> <artifactId>fluent-base</artifactId> <version>0.72</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-charset</artifactId> <version>77.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>