All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xsolla.sdk.Version Maven / Gradle / Ivy

Go to download

An official PHP SDK for interacting with Xsolla HTTP API. Xsolla is the authorized reseller and merchant providing e-commerce services for online games.

There is a newer version: 1.0.1
Show newest version
package com.xsolla.sdk;

public class Version {

    protected static final String name = "sdk-java";
    protected static final String version = "1.0.0";

    public String toString() {
        return String.format("%s/%s jre/%s", name, version, System.getProperty("java.version"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy