Install
Java SDK Installation
To integrate VWO Java SDK into your application, you first need to install the SDK through a package manager for Java. VWO Java SDK can be installed using maven or gradle
Requirements
Note:
Open JDK 8, 9, 11, 12
Oracle JDK 8, 9 11, 12
Installation via Maven
Make sure you run this command in the correct directory where your app resides.
mvn install
Source Code
The VWO SDK code is available in various languages on GitHub. All different SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2019-2020.
Language | Repository |
---|---|
Java | https://github.com/wingify/vwo-java-sdk |
Updated over 3 years ago