| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Ant Build Tools Container |
| GroupId | GroupIdio.tarantool |
| ArtifactId | ArtifactIdtestcontainers-java-tarantool |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestContainers for Tarantool
Dockerized Tarantool and Tarantool Cartridge containers for testing under Testcontainers.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/ -->
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>testcontainers-java-tarantool</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/
implementation 'io.tarantool:testcontainers-java-tarantool:0.5.0'
// https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/
implementation ("io.tarantool:testcontainers-java-tarantool:0.5.0")
'io.tarantool:testcontainers-java-tarantool:jar:0.5.0'
<dependency org="io.tarantool" name="testcontainers-java-tarantool" rev="0.5.0">
<artifact name="testcontainers-java-tarantool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='testcontainers-java-tarantool', version='0.5.0')
)
libraryDependencies += "io.tarantool" % "testcontainers-java-tarantool" % "0.5.0"
[io.tarantool/testcontainers-java-tarantool "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testcontainers : testcontainers | jar | 1.16.2 |
| io.tarantool : cartridge-driver | jar | 0.7.0 |
| org.yaml : snakeyaml | jar | 1.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| org.testcontainers : junit-jupiter | jar | 1.16.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |