GroupId | GroupIdcom.liferay.mobile |
---|---|
ArtifactId | ArtifactIdliferay-screens |
Version | Version5.0.4 |
Type | Typejar |
Filename | Size |
---|---|
liferay-screens-5.0.4.pom | |
liferay-screens-5.0.4.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.mobile/liferay-screens/ -->
<dependency>
<groupId>com.liferay.mobile</groupId>
<artifactId>liferay-screens</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-screens/
implementation 'com.liferay.mobile:liferay-screens:5.0.4'
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-screens/
implementation ("com.liferay.mobile:liferay-screens:5.0.4")
'com.liferay.mobile:liferay-screens:jar:5.0.4'
<dependency org="com.liferay.mobile" name="liferay-screens" rev="5.0.4">
<artifact name="liferay-screens" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.mobile', module='liferay-screens', version='5.0.4')
)
libraryDependencies += "com.liferay.mobile" % "liferay-screens" % "5.0.4"
[com.liferay.mobile/liferay-screens "5.0.4"]