GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.project.templates.panel.app |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.panel.app</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/
implementation 'com.liferay:com.liferay.project.templates.panel.app:1.0.8'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/
implementation ("com.liferay:com.liferay.project.templates.panel.app:1.0.8")
'com.liferay:com.liferay.project.templates.panel.app:jar:1.0.8'
<dependency org="com.liferay" name="com.liferay.project.templates.panel.app" rev="1.0.8">
<artifact name="com.liferay.project.templates.panel.app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.panel.app', version='1.0.8')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.panel.app" % "1.0.8"
[com.liferay/com.liferay.project.templates.panel.app "1.0.8"]