com.clevercloud.testcontainers.warp10.Warp10Token Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcontainers-warp10 Show documentation
Show all versions of testcontainers-warp10 Show documentation
Testcontainers implementation for Warp10, the Geo Time Series database.
The newest version!
package com.clevercloud.testcontainers.warp10;
public class Warp10Token {
private String token;
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy