Last Version

Examples for docs 1.12.0

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

docs-examples
Version

Version

1.12.0
Type

Type

jar
Description

Description

Examples for docs
Isolated container management for Java code testing
Project URL

Project URL

https://testcontainers.org
Source Code Management

Source Code Management

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

Download docs-examples 1.12.0


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

Dependencies

compile (1)

Group / Artifact Type Version
io.lettuce : lettuce-core jar 5.1.1.RELEASE

Project Modules

There are no modules declared in this project.