MVN

org.apache.tomcat : tribes

Maven & Gradle

Apr 02, 2017
20 usages

Tomcat Group Communication Package

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tribes</artifactId>
    <version>6.0.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomcat : tribes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.53

All Versions

Choose a version of org.apache.tomcat : tribes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
tribes-6.0.53
tribes-6.0.51
tribes-6.0.48
tribes-6.0.47
tribes-6.0.45
tribes-6.0.44
tribes-6.0.43
tribes-6.0.41
tribes-6.0.39
tribes-6.0.37
tribes-6.0.36
tribes-6.0.35
tribes-6.0.33
tribes-6.0.32
tribes-6.0.30
tribes-6.0.29
tribes-6.0.28
tribes-6.0.26
tribes-6.0.24
tribes-6.0.20
tribes-6.0.18
tribes-6.0.16
tribes-6.0.14
tribes-6.0.13

How to add a dependency to Maven

Add the following org.apache.tomcat : tribes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tribes</artifactId>
    <version>6.0.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomcat : tribes gradle dependency to your build.gradle file:

implementation 'org.apache.tomcat:tribes:6.0.53'

Gradle Kotlin DSL: Add the following org.apache.tomcat : tribes gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomcat:tribes:6.0.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomcat : tribes sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomcat" % "tribes" % "6.0.53"

Advertisement