i

icu4j-4_4_2

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
icu4j-4_4_2-RELEASE210.jar download
icu4j-4_4_2-RELEASE210.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>icu4j-4_4_2</artifactId>
  <version>RELEASE210</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:icu4j-4_4_2:RELEASE210'
Gradle Kotlin
implementation("org.netbeans.external:icu4j-4_4_2:RELEASE210")
Scala SBT
libraryDependencies += "org.netbeans.external" % "icu4j-4_4_2" % "RELEASE210"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='icu4j-4_4_2', version='RELEASE210')
)
Apache Ivy
<dependency org="org.netbeans.external" name="icu4j-4_4_2" rev="RELEASE210" />
Leiningen
[org.netbeans.external/icu4j-4_4_2 "RELEASE210"]
Apache Buildr
'org.netbeans.external:icu4j-4_4_2:jar:RELEASE210'