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

io.paradoxical.EnvironmentVar Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
package io.paradoxical;

import lombok.Value;

@Value
public class EnvironmentVar{
    String envVarName;
    String envVarValue;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy