bitleak / java-lmstfy-client

Java client for LMSTFY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-lmstfy-client

Java client for LMSTFY

Using the SDK

The recommended way to use the SDK for Java in your project is to consume it from Maven.

You can import the SDK into your project as follows:

<dependency>
    <groupId>com.meitu</groupId>
    <artifactId>java-lmstfy-client</artifactId>
    <version>1.0.1</version>
</dependency>

Building From Source

You can build it from source using Maven:

mvn clean install

# Skip tests, checkstyles, findbugs, etc for quick build
mvn clean install -P quick

Use Cases

Click here to see more use cases.

About

Java client for LMSTFY

License:MIT License


Languages

Language:Java 100.0%