文件下载
文件名 操作
icu4j-24.1.0.jar 下载
icu4j-24.1.0.pom 下载
icu4j-24.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.graalvm.shadowed</groupId>
  <artifactId>icu4j</artifactId>
  <version>24.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm.shadowed:icu4j:24.1.0'
Gradle Kotlin
implementation("org.graalvm.shadowed:icu4j:24.1.0")
Scala SBT
libraryDependencies += "org.graalvm.shadowed" % "icu4j" % "24.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.shadowed', module='icu4j', version='24.1.0')
)
Apache Ivy
<dependency org="org.graalvm.shadowed" name="icu4j" rev="24.1.0" />
Leiningen
[org.graalvm.shadowed/icu4j "24.1.0"]
Apache Buildr
'org.graalvm.shadowed:icu4j:jar:24.1.0'
本项目依赖
该项目无第三方依赖