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

com.starksign.PublicUser Maven / Gradle / Ivy

Go to download

Welcome to the Stark Sign Java SDK! This tool is made for Java developers who want to easily integrate with our API. This SDK version is compatible with the Stark Sign API v2.

The newest version!
package com.starksign;

import com.starksign.utils.Check;


public class PublicUser{
    public final String environment;

    public PublicUser(String environment) throws Exception {
        this.environment = Check.environment(environment);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy