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