icu4j-localespi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-localespi</artifactId> <version>77.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- * © 2023 and later: Unicode, Inc. and others. * License & terms of use: http://www.unicode.org/copyright.html --> <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>com.ibm.icu</groupId> <artifactId>icu4j-localespi</artifactId> <version>77.1</version> <name>ICU4J Locale Service Provider</name> <description>icu4j-localespi is a supplemental library for icu4j, implementing Java Locale SPI.</description> <url>https://icu.unicode.org/</url> <licenses> <license> <name>Unicode-3.0</name> <url>https://raw.githubusercontent.com/unicode-org/icu/maint/maint-77/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>markusicu</id> <name>Markus Scherer</name> <organization>Google</organization> <roles> <role>Chair</role> </roles> </developer> <developer> <id>richgillam</id> <name>Richard Gillam</name> <roles> <role>Vice chair</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/unicode-org/icu.git</connection> <developerConnection>scm:git:git@github.com:unicode-org/icu.git</developerConnection> <url>https://github.com/unicode-org/icu</url> </scm> <dependencies> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> <version>77.1</version> <scope>compile</scope> </dependency> </dependencies> </project>