Categories |
CategoriesTomcat Container Application Servers JBoss Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdorg.jboss.narayana.tomcat |
ArtifactId | ArtifactIdtomcat-all |
Version | Version5.7.2.Final |
Type | Typepom |
Filename | Size |
---|---|
tomcat-all-5.7.2.Final.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.narayana.tomcat/tomcat-all/ -->
<dependency>
<groupId>org.jboss.narayana.tomcat</groupId>
<artifactId>tomcat-all</artifactId>
<version>5.7.2.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.narayana.tomcat/tomcat-all/
implementation 'org.jboss.narayana.tomcat:tomcat-all:5.7.2.Final'
// https://jarcasting.com/artifacts/org.jboss.narayana.tomcat/tomcat-all/
implementation ("org.jboss.narayana.tomcat:tomcat-all:5.7.2.Final")
'org.jboss.narayana.tomcat:tomcat-all:pom:5.7.2.Final'
<dependency org="org.jboss.narayana.tomcat" name="tomcat-all" rev="5.7.2.Final">
<artifact name="tomcat-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.narayana.tomcat', module='tomcat-all', version='5.7.2.Final')
)
libraryDependencies += "org.jboss.narayana.tomcat" % "tomcat-all" % "5.7.2.Final"
[org.jboss.narayana.tomcat/tomcat-all "5.7.2.Final"]