Liferay SDK Builder


License

License

GroupId

GroupId

com.liferay.mobile
ArtifactId

ArtifactId

liferay-sdk-builder-sample
Last Version

Last Version

6.2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Liferay SDK Builder
Liferay SDK Builder
Source Code Management

Source Code Management

https://github.com/brunofarache/liferay-sdk-builder-sample

Download liferay-sdk-builder-sample

How to add to project

<!-- https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sdk-builder-sample/ -->
<dependency>
    <groupId>com.liferay.mobile</groupId>
    <artifactId>liferay-sdk-builder-sample</artifactId>
    <version>6.2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sdk-builder-sample/
implementation 'com.liferay.mobile:liferay-sdk-builder-sample:6.2.0.2'
// https://jarcasting.com/artifacts/com.liferay.mobile/liferay-sdk-builder-sample/
implementation ("com.liferay.mobile:liferay-sdk-builder-sample:6.2.0.2")
'com.liferay.mobile:liferay-sdk-builder-sample:jar:6.2.0.2'
<dependency org="com.liferay.mobile" name="liferay-sdk-builder-sample" rev="6.2.0.2">
  <artifact name="liferay-sdk-builder-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.mobile', module='liferay-sdk-builder-sample', version='6.2.0.2')
)
libraryDependencies += "com.liferay.mobile" % "liferay-sdk-builder-sample" % "6.2.0.2"
[com.liferay.mobile/liferay-sdk-builder-sample "6.2.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.liferay.mobile : liferay-sdk-builder jar 6.2.0.+

Project Modules

There are no modules declared in this project.
  • Clone this project
  • Run: ./gradlew generate

This will run the dummy Builder implementation located here: SampleSDKBuilder.java. Start your own implementation by changing this class.

gradle.properties contains the necessary parameters to fetch information about the remote service. The platform value must match the builder.properties key that contains your Builder implementation class name.

Versions

Version
6.2.0.2
6.2.0.1