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