MVN

org.eclipse.birt.runtime : com.ibm.icu

Maven & Gradle

Nov 18, 2016
5 usages

com.ibm.icu_56.1.0.v201601250100.jar · A component of the BIRT runtime

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>com.ibm.icu</artifactId>
    <version>56.1.0.v201601250100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.birt.runtime : com.ibm.icu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 56.1.0.v201601250100

All Versions

Choose a version of org.eclipse.birt.runtime : com.ibm.icu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
56.1.x
com.ibm.icu-56.1.0.v201601250100
54.1.x
com.ibm.icu-54.1.1.v201501272100
52.1.x
com.ibm.icu-52.1.1.v201501240615
com.ibm.icu-52.1.0.v201404241930
50.1.x
com.ibm.icu-50.1.1.v201304230130
4.4.x
com.ibm.icu-4.4.2.v20110823

How to add a dependency to Maven

Add the following org.eclipse.birt.runtime : com.ibm.icu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>com.ibm.icu</artifactId>
    <version>56.1.0.v201601250100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.birt.runtime : com.ibm.icu gradle dependency to your build.gradle file:

implementation 'org.eclipse.birt.runtime:com.ibm.icu:56.1.0.v201601250100'

Gradle Kotlin DSL: Add the following org.eclipse.birt.runtime : com.ibm.icu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.birt.runtime:com.ibm.icu:56.1.0.v201601250100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.birt.runtime : com.ibm.icu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.birt.runtime" % "com.ibm.icu" % "56.1.0.v201601250100"

Advertisement