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

io.github.robothy.sdwebui.sdk.models.SdWebuiOptions Maven / Gradle / Ivy

The newest version!
package io.github.robothy.sdwebui.sdk.models;

import lombok.Getter;

@Getter
public class SdWebuiOptions {

  private final String endpoint;

  public SdWebuiOptions(String endpoint) {
    this.endpoint = endpoint;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy