GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.template.service |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
com.liferay.template.service-1.0.4.pom | -1 bytes |
com.liferay.template.service-1.0.4-sources.jar | 51 KB |
com.liferay.template.service-1.0.4-sources-commercial.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.template.service/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.template.service</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.template.service/
implementation 'com.liferay:com.liferay.template.service:1.0.4'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.template.service/
implementation ("com.liferay:com.liferay.template.service:1.0.4")
'com.liferay:com.liferay.template.service:jar:1.0.4'
<dependency org="com.liferay" name="com.liferay.template.service" rev="1.0.4">
<artifact name="com.liferay.template.service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.template.service', version='1.0.4')
)
libraryDependencies += "com.liferay" % "com.liferay.template.service" % "1.0.4"
[com.liferay/com.liferay.template.service "1.0.4"]