Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtribes |
Version | Version6.0.47 |
Type | Typejar |
Filename | Size |
---|---|
tribes-6.0.47.pom | |
tribes-6.0.47.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tribes/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tribes</artifactId>
<version>6.0.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tribes/
implementation 'org.apache.tomcat:tribes:6.0.47'
// https://jarcasting.com/artifacts/org.apache.tomcat/tribes/
implementation ("org.apache.tomcat:tribes:6.0.47")
'org.apache.tomcat:tribes:jar:6.0.47'
<dependency org="org.apache.tomcat" name="tribes" rev="6.0.47">
<artifact name="tribes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tribes', version='6.0.47')
)
libraryDependencies += "org.apache.tomcat" % "tribes" % "6.0.47"
[org.apache.tomcat/tribes "6.0.47"]