GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdproduct-app-theme |
Version | Version1.0.9 |
Type | Typewar |
Filename | Size |
---|---|
product-app-theme-1.0.9.pom | |
product-app-theme-1.0.9.war | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/product-app-theme/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>product-app-theme</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/product-app-theme/
implementation 'com.liferay.plugins:product-app-theme:1.0.9'
// https://jarcasting.com/artifacts/com.liferay.plugins/product-app-theme/
implementation ("com.liferay.plugins:product-app-theme:1.0.9")
'com.liferay.plugins:product-app-theme:war:1.0.9'
<dependency org="com.liferay.plugins" name="product-app-theme" rev="1.0.9">
<artifact name="product-app-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='product-app-theme', version='1.0.9')
)
libraryDependencies += "com.liferay.plugins" % "product-app-theme" % "1.0.9"
[com.liferay.plugins/product-app-theme "1.0.9"]