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