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