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