Testcontainers Vault provides isolated HashiCorp Vault containers for integration testing in Java.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>vault</artifactId>
<version>1.21.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Testcontainers Vault to start a Vault container
Ensure Docker is installed and the Docker daemon is running.
No dependency data recorded yet.