io.paradoxical.MappedPort Maven / Gradle / Ivy
package io.paradoxical;
import lombok.Value;
@Value
public class MappedPort{
Integer hostPort;
Integer containerPort;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package io.paradoxical;
import lombok.Value;
@Value
public class MappedPort{
Integer hostPort;
Integer containerPort;
}