| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdcom.liferay.portal |
| ArtifactId | ArtifactIdsupport-tomcat |
| Version | Version6.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| support-tomcat-6.2.1.pom | |
| support-tomcat-6.2.1.jar | 13 KB |
| support-tomcat-6.2.1-sources.jar | 11 KB |
| support-tomcat-6.2.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/support-tomcat/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>support-tomcat</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/support-tomcat/
implementation 'com.liferay.portal:support-tomcat:6.2.1'
// https://jarcasting.com/artifacts/com.liferay.portal/support-tomcat/
implementation ("com.liferay.portal:support-tomcat:6.2.1")
'com.liferay.portal:support-tomcat:jar:6.2.1'
<dependency org="com.liferay.portal" name="support-tomcat" rev="6.2.1">
<artifact name="support-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='support-tomcat', version='6.2.1')
)
libraryDependencies += "com.liferay.portal" % "support-tomcat" % "6.2.1"
[com.liferay.portal/support-tomcat "6.2.1"]