TestContainers Parent POM

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

testcontainers-parent
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

pom
Description

Description

TestContainers Parent POM
Isolated container management for Java code testing
Project URL

Project URL

https://github.com/testcontainers/testcontainers-java
Source Code Management

Source Code Management

https://github.com/testcontainers/testcontainers-java

Download testcontainers-parent

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.20

test (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

  • core
  • modules/jdbc
  • modules/mysql
  • modules/postgresql
  • modules/selenium
  • modules/nginx
  • modules/kafka
  • modules/jdbc-test

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
1.6.0
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.9
0.9.8
0.9.7
0.9.6