MVN

com.oracle.database.nls : orai18n

Maven & Gradle

Aug 07, 2023
44 usages

orai18n · Java classes for NLS or Internalization support

<dependency>
    <groupId>com.oracle.database.nls</groupId>
    <artifactId>orai18n</artifactId>
    <version>21.11.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.database.nls : orai18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.11.0.0

All Versions

Choose a version of com.oracle.database.nls : orai18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.2.x
orai18n-23.2.0.0
21.11.x
orai18n-21.11.0.0
21.10.x
orai18n-21.10.0.0
21.9.x
orai18n-21.9.0.0
21.8.x
orai18n-21.8.0.0
21.7.x
orai18n-21.7.0.0
21.6.x
orai18n-21.6.0.0
orai18n-21.6.0.0.1
21.5.x
orai18n-21.5.0.0
21.4.x
orai18n-21.4.0.0.1
orai18n-21.4.0.0
21.3.x
orai18n-21.3.0.0
21.1.x
orai18n-21.1.0.0
19.20.x
orai18n-19.20.0.0
19.19.x
orai18n-19.19.0.0
19.18.x
orai18n-19.18.0.0
19.17.x
orai18n-19.17.0.0
19.16.x
orai18n-19.16.0.0
19.15.x
orai18n-19.15.0.0.1
orai18n-19.15.0.0
19.14.x
orai18n-19.14.0.0
19.13.x
orai18n-19.13.0.0.1
orai18n-19.13.0.0
19.12.x
orai18n-19.12.0.0
19.11.x
orai18n-19.11.0.0
19.10.x
orai18n-19.10.0.0
19.9.x
orai18n-19.9.0.0
19.8.x
orai18n-19.8.0.0
19.7.x
orai18n-19.7.0.0
19.6.x
orai18n-19.6.0.0
19.3.x
orai18n-19.3.0.0
18.15.x
orai18n-18.15.0.0
18.3.x
orai18n-18.3.0.0
12.2.x
orai18n-12.2.0.1
11.2.x
orai18n-11.2.0.4

How to add a dependency to Maven

Add the following com.oracle.database.nls : orai18n maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.database.nls</groupId>
    <artifactId>orai18n</artifactId>
    <version>21.11.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.database.nls : orai18n gradle dependency to your build.gradle file:

implementation 'com.oracle.database.nls:orai18n:21.11.0.0'

Gradle Kotlin DSL: Add the following com.oracle.database.nls : orai18n gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.database.nls:orai18n:21.11.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.database.nls : orai18n sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.database.nls" % "orai18n" % "21.11.0.0"

Advertisement