Installing the SDK

Java SDK Installation

To integrate the FME SDK into your Java application, you need to add the Maven dependency below to your project.

<dependency>
    <groupId>com.vwo.sdk</groupId>
    <artifactId>vwo-fme-java-sdk</artifactId>
    <version>LATEST</version>
</dependency>

You must then install the dependencies usingmvn install

Requirements

πŸ“˜

Note:

Java version >= 8


Source Code

The VWO SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.


What’s Next