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