MVN

tomcat : tomcat-i18n-fr

Maven & Gradle

Jan 24, 2008
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-i18n-fr</artifactId>
    <version>5.5.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tomcat : tomcat-i18n-fr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.23

All Versions

Choose a version of tomcat : tomcat-i18n-fr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
tomcat-i18n-fr-5.5.23
tomcat-i18n-fr-5.5.12

How to add a dependency to Maven

Add the following tomcat : tomcat-i18n-fr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-i18n-fr</artifactId>
    <version>5.5.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tomcat : tomcat-i18n-fr gradle dependency to your build.gradle file:

implementation 'tomcat:tomcat-i18n-fr:5.5.23'

Gradle Kotlin DSL: Add the following tomcat : tomcat-i18n-fr gradle kotlin dependency to your build.gradle.kts file:

implementation("tomcat:tomcat-i18n-fr:5.5.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following tomcat : tomcat-i18n-fr sbt scala dependency to your build.sbt file:

libraryDependencies += "tomcat" % "tomcat-i18n-fr" % "5.5.23"

Advertisement