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

com.github.t1.testcontainers.jee.ModStore Maven / Gradle / Ivy

The newest version!
package com.github.t1.testcontainers.jee;

import java.nio.file.FileSystem;

interface ModStore {
    void apply(FileSystem fileSystem);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy