GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.staging.processes.web |
Version | Version3.0.26 |
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>3.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.staging.processes.web/
implementation 'com.liferay:com.liferay.staging.processes.web:3.0.26'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.staging.processes.web/
implementation ("com.liferay:com.liferay.staging.processes.web:3.0.26")
'com.liferay:com.liferay.staging.processes.web:jar:3.0.26'
<dependency org="com.liferay" name="com.liferay.staging.processes.web" rev="3.0.26">
<artifact name="com.liferay.staging.processes.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.staging.processes.web', version='3.0.26')
)
libraryDependencies += "com.liferay" % "com.liferay.staging.processes.web" % "3.0.26"
[com.liferay/com.liferay.staging.processes.web "3.0.26"]