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