Installing the SDK
Java SDK Installation
To integrate Wingify FE SDK into your Java application, you must first install the SDK through a java package manager. Wingify FE Python SDK can be installed using maven.
<dependency>
<groupId>com.wingify.sdk</groupId>
<artifactId>wingify-fme-java-sdk</artifactId>
<version>LATEST</version>
</dependency>You must then install the dependencies usingmvn install
Requirements
Java VersionJava version >= 8
Source Code
| Language | Repository |
|---|---|
| Java | https://github.com/wingify/vwo-fme-java-sdk |
The Wingify 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-2026.
Updated about 1 month ago
What’s Next
Did this page help you?