MVN

org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service

Maven & Gradle

Sep 25, 2009

JOnAS :: Services :: Web Container with OSGi HTTP Service :: Tomcat :: 6.0.x · Implementation for Tomcat 6.0.x with OSGi HTTP Service

<dependency>
    <groupId>org.ow2.jonas</groupId>
    <artifactId>jonas-web-container-tomcat-6.0-with-http-service</artifactId>
    <version>5.1.0-cxf-2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0-cxf-2.2
  • Latest Release Candidate: 5.1.0-RC4

All Versions

Choose a version of org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
jonas-web-container-tomcat-6.0-with-http-service-5.1.0-cxf-2.2
jonas-web-container-tomcat-6.0-with-http-service-5.1.0
jonas-web-container-tomcat-6.0-with-http-service-5.1.0-RC4
jonas-web-container-tomcat-6.0-with-http-service-5.1.0-RC3

How to add a dependency to Maven

Add the following org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.jonas</groupId>
    <artifactId>jonas-web-container-tomcat-6.0-with-http-service</artifactId>
    <version>5.1.0-cxf-2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service gradle dependency to your build.gradle file:

implementation 'org.ow2.jonas:jonas-web-container-tomcat-6.0-with-http-service:5.1.0-cxf-2.2'

Gradle Kotlin DSL: Add the following org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.jonas:jonas-web-container-tomcat-6.0-with-http-service:5.1.0-cxf-2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.jonas : jonas-web-container-tomcat-6.0-with-http-service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.jonas" % "jonas-web-container-tomcat-6.0-with-http-service" % "5.1.0-cxf-2.2"