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
Language | Repository |
---|---|
Java | https://github.com/wingify/vwo-fme-java-sdk |
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.
Updated 3 months ago
Whatβs Next