Is there a JAR file for Java SDK?
Question
Some Java Frameworks, like ColdFusion, allow third party JAR files to integrate with their code. How can we get a JAR file for Java SDK?
Answer
Java SDK uses a Maven repository, which is why no JAR file is needed when using Maven engine to access the SDK and all its dependent libraries. The JAR file can be downloaded from the Maven repository. Root access URL: https://repo1.maven.org/maven2/io/split/client/java-client/
For example, the JAR file download URL for SDK version 4.2.1 is https://repo1.maven.org/maven2/io/split/client/java-client/4.2.1/java-client-4.2.1.jar