MVN

org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket

Maven & Gradle

Sep 10, 2020
4 usages
4 stars

This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}

<dependency>
    <groupId>org.ops4j.pax.tipi</groupId>
    <artifactId>org.ops4j.pax.tipi.tomcat-embed-websocket</artifactId>
    <version>9.0.37.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.37.1

All Versions

Choose a version of org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
org.ops4j.pax.tipi.tomcat-embed-websocket-9.0.37.1
org.ops4j.pax.tipi.tomcat-embed-websocket-9.0.36.1
org.ops4j.pax.tipi.tomcat-embed-websocket-9.0.16.2
org.ops4j.pax.tipi.tomcat-embed-websocket-9.0.12.1
8.5.x
org.ops4j.pax.tipi.tomcat-embed-websocket-8.5.57.1
org.ops4j.pax.tipi.tomcat-embed-websocket-8.5.56.1
org.ops4j.pax.tipi.tomcat-embed-websocket-8.5.32.1
org.ops4j.pax.tipi.tomcat-embed-websocket-8.5.20.1
8.0.x
org.ops4j.pax.tipi.tomcat-embed-websocket-8.0.46.1
org.ops4j.pax.tipi.tomcat-embed-websocket-8.0.14.1

How to add a dependency to Maven

Add the following org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.tipi</groupId>
    <artifactId>org.ops4j.pax.tipi.tomcat-embed-websocket</artifactId>
    <version>9.0.37.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.tipi:org.ops4j.pax.tipi.tomcat-embed-websocket:9.0.37.1'

Gradle Kotlin DSL: Add the following org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.tipi:org.ops4j.pax.tipi.tomcat-embed-websocket:9.0.37.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.tipi : org.ops4j.pax.tipi.tomcat-embed-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.tipi" % "org.ops4j.pax.tipi.tomcat-embed-websocket" % "9.0.37.1"

Advertisement