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