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

com.producement.test.KDockerComposeContainer.kt Maven / Gradle / Ivy

The newest version!
package com.producement.test

import org.testcontainers.containers.DockerComposeContainer
import java.io.File

class KDockerComposeContainer(file: File) : DockerComposeContainer(file)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy