![JAR search and dependency download from the Maven repository](/logo.png)
io.paradoxical.MappedPort Maven / Gradle / Ivy
package io.paradoxical;
import lombok.Value;
@Value
public class MappedPort{
Integer hostPort;
Integer containerPort;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.paradoxical;
import lombok.Value;
@Value
public class MappedPort{
Integer hostPort;
Integer containerPort;
}