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