TestContainers :: Docker Compose

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

docker-compose
Last Version

Last Version

0.9.9
Release Date

Release Date

Type

Type

jar
Description

Description

TestContainers :: Docker Compose
Isolated container management for Java code testing

Download docker-compose

How to add to project

<!-- https://jarcasting.com/artifacts/org.testcontainers/docker-compose/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>docker-compose</artifactId>
    <version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/docker-compose/
implementation 'org.testcontainers:docker-compose:0.9.9'
// https://jarcasting.com/artifacts/org.testcontainers/docker-compose/
implementation ("org.testcontainers:docker-compose:0.9.9")
'org.testcontainers:docker-compose:jar:0.9.9'
<dependency org="org.testcontainers" name="docker-compose" rev="0.9.9">
  <artifact name="docker-compose" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='docker-compose', version='0.9.9')
)
libraryDependencies += "org.testcontainers" % "docker-compose" % "0.9.9"
[org.testcontainers/docker-compose "0.9.9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.testcontainers : testcontainers jar 0.9.9

provided (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.projectlombok : lombok jar 1.16.6
org.slf4j : slf4j-api jar 1.7.7

test (3)

Group / Artifact Type Version
org.redisson : redisson jar 2.0.0
ch.qos.logback : logback-classic jar 1.1.2
org.rnorth.visible-assertions : visible-assertions jar 1.0.2

Project Modules

There are no modules declared in this project.

Testcontainers

Testcontainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Build Status Download

Testcontainers logo

Read the documentation here

License

See LICENSE.

Copyright

Copyright (c) 2015 - 2020 Richard North and other authors.

MS SQL Server module is (c) 2017 - 2020 G DATA Software AG and other authors.

Hashicorp Vault module is (c) 2017 - 2020 Capital One Services, LLC and other authors.

See contributors for all contributors.

org.testcontainers

Versions

Version
0.9.9
0.9.8