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