Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.liferay.portal |
ArtifactId | ArtifactIdsupport-tomcat |
Version | Version6.2.0-B1 |
Type | Typejar |
Filename | Size |
---|---|
support-tomcat-6.2.0-B1.pom | |
support-tomcat-6.2.0-B1.jar | 13 KB |
support-tomcat-6.2.0-B1-sources.jar | 12 KB |
support-tomcat-6.2.0-B1-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.0-B1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/support-tomcat/
implementation 'com.liferay.portal:support-tomcat:6.2.0-B1'
// https://jarcasting.com/artifacts/com.liferay.portal/support-tomcat/
implementation ("com.liferay.portal:support-tomcat:6.2.0-B1")
'com.liferay.portal:support-tomcat:jar:6.2.0-B1'
<dependency org="com.liferay.portal" name="support-tomcat" rev="6.2.0-B1">
<artifact name="support-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='support-tomcat', version='6.2.0-B1')
)
libraryDependencies += "com.liferay.portal" % "support-tomcat" % "6.2.0-B1"
[com.liferay.portal/support-tomcat "6.2.0-B1"]