| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.xyzsd.plurals |
| ArtifactId | ArtifactIdcldr-plural-rules |
| Last Version | Last Version41 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCLDR Plural Rules
CLDR-based pluralization handling for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cldr-plural-rules-41.pom | |
| cldr-plural-rules-41-sources.jar | 10 KB |
| cldr-plural-rules-41-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.xyzsd.plurals/cldr-plural-rules/ -->
<dependency>
<groupId>net.xyzsd.plurals</groupId>
<artifactId>cldr-plural-rules</artifactId>
<version>41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.xyzsd.plurals/cldr-plural-rules/
implementation 'net.xyzsd.plurals:cldr-plural-rules:41'
// https://jarcasting.com/artifacts/net.xyzsd.plurals/cldr-plural-rules/
implementation ("net.xyzsd.plurals:cldr-plural-rules:41")
'net.xyzsd.plurals:cldr-plural-rules:pom:41'
<dependency org="net.xyzsd.plurals" name="cldr-plural-rules" rev="41">
<artifact name="cldr-plural-rules" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.xyzsd.plurals', module='cldr-plural-rules', version='41')
)
libraryDependencies += "net.xyzsd.plurals" % "cldr-plural-rules" % "41"
[net.xyzsd.plurals/cldr-plural-rules "41"]