Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.staging.security |
Version | Version2.0.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.staging.security/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.staging.security</artifactId>
<version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.staging.security/
implementation 'com.liferay:com.liferay.staging.security:2.0.16'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.staging.security/
implementation ("com.liferay:com.liferay.staging.security:2.0.16")
'com.liferay:com.liferay.staging.security:jar:2.0.16'
<dependency org="com.liferay" name="com.liferay.staging.security" rev="2.0.16">
<artifact name="com.liferay.staging.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.staging.security', version='2.0.16')
)
libraryDependencies += "com.liferay" % "com.liferay.staging.security" % "2.0.16"
[com.liferay/com.liferay.staging.security "2.0.16"]