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