com.github.t1.testcontainers.jee.ModStore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jee-testcontainers Show documentation
Show all versions of jee-testcontainers Show documentation
testcontainers.org for Jakarta EE application servers
The newest version!
package com.github.t1.testcontainers.jee;
import java.nio.file.FileSystem;
interface ModStore {
void apply(FileSystem fileSystem);
}