MVN

at.bestsolution.eclipse : com.ibm.icu.base

Maven & Gradle

Dec 14, 2015
1 usages

ICU Base implementation · ICU Base implementation

<dependency>
    <groupId>at.bestsolution.eclipse</groupId>
    <artifactId>com.ibm.icu.base</artifactId>
    <version>52.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.bestsolution.eclipse : com.ibm.icu.base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 52.1.0

All Versions

Choose a version of at.bestsolution.eclipse : com.ibm.icu.base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
54.1.x
com.ibm.icu.base-54.1.1
52.1.x
com.ibm.icu.base-52.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>at.bestsolution.eclipse</groupId>
    <artifactId>com.ibm.icu.base</artifactId>
    <version>52.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.bestsolution.eclipse : com.ibm.icu.base gradle dependency to your build.gradle file:

implementation 'at.bestsolution.eclipse:com.ibm.icu.base:52.1.0'

Gradle Kotlin DSL: Add the following at.bestsolution.eclipse : com.ibm.icu.base gradle kotlin dependency to your build.gradle.kts file:

implementation("at.bestsolution.eclipse:com.ibm.icu.base:52.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.bestsolution.eclipse : com.ibm.icu.base sbt scala dependency to your build.sbt file:

libraryDependencies += "at.bestsolution.eclipse" % "com.ibm.icu.base" % "52.1.0"