MVN

org.ow2.easybeans : easybeans-deployer-tomcat-5.5

Maven & Gradle

Feb 09, 2011
1 usages

EasyBeans: Deployer :: Web :: Tomcat :: 5.5.x · Deployer that will be used for Tomcat 5.5

<dependency>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>easybeans-deployer-tomcat-5.5</artifactId>
    <version>1.2.0-M3-JOnAS</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.easybeans : easybeans-deployer-tomcat-5.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-M3-JOnAS
  • Latest Release Candidate: 1.1.0-RC2

All Versions

Choose a version of org.ow2.easybeans : easybeans-deployer-tomcat-5.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
easybeans-deployer-tomcat-5.5-1.2.0-M3-JOnAS
easybeans-deployer-tomcat-5.5-1.2.0-M3
easybeans-deployer-tomcat-5.5-1.2.0-M2
easybeans-deployer-tomcat-5.5-1.2.0-M1
1.1.x
easybeans-deployer-tomcat-5.5-1.1.1
easybeans-deployer-tomcat-5.5-1.1.0
easybeans-deployer-tomcat-5.5-1.1.0-RC2
easybeans-deployer-tomcat-5.5-1.1.0-RC2_JONAS
easybeans-deployer-tomcat-5.5-1.1.0-RC1
easybeans-deployer-tomcat-5.5-1.1.0-M3
easybeans-deployer-tomcat-5.5-1.1.0-M3-JONAS
easybeans-deployer-tomcat-5.5-1.1.0-M2
easybeans-deployer-tomcat-5.5-1.1.0-M1
easybeans-deployer-tomcat-5.5-1.1.0-M1b-JONAS
easybeans-deployer-tomcat-5.5-1.1.0-M1-JONAS
1.0.x
easybeans-deployer-tomcat-5.5-1.0.2
easybeans-deployer-tomcat-5.5-1.0.1
easybeans-deployer-tomcat-5.5-1.0.0-JONAS
easybeans-deployer-tomcat-5.5-1.0.0

How to add a dependency to Maven

Add the following org.ow2.easybeans : easybeans-deployer-tomcat-5.5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>easybeans-deployer-tomcat-5.5</artifactId>
    <version>1.2.0-M3-JOnAS</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.easybeans : easybeans-deployer-tomcat-5.5 gradle dependency to your build.gradle file:

implementation 'org.ow2.easybeans:easybeans-deployer-tomcat-5.5:1.2.0-M3-JOnAS'

Gradle Kotlin DSL: Add the following org.ow2.easybeans : easybeans-deployer-tomcat-5.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.easybeans:easybeans-deployer-tomcat-5.5:1.2.0-M3-JOnAS")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.easybeans : easybeans-deployer-tomcat-5.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.easybeans" % "easybeans-deployer-tomcat-5.5" % "1.2.0-M3-JOnAS"