Categories |
CategoriesJava Languages Ant Build Tools Container |
---|---|
GroupId | GroupIdio.tarantool |
ArtifactId | ArtifactIdtestcontainers-java-tarantool |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/ -->
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>testcontainers-java-tarantool</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/
implementation 'io.tarantool:testcontainers-java-tarantool:0.1.0'
// https://jarcasting.com/artifacts/io.tarantool/testcontainers-java-tarantool/
implementation ("io.tarantool:testcontainers-java-tarantool:0.1.0")
'io.tarantool:testcontainers-java-tarantool:jar:0.1.0'
<dependency org="io.tarantool" name="testcontainers-java-tarantool" rev="0.1.0">
<artifact name="testcontainers-java-tarantool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='testcontainers-java-tarantool', version='0.1.0')
)
libraryDependencies += "io.tarantool" % "testcontainers-java-tarantool" % "0.1.0"
[io.tarantool/testcontainers-java-tarantool "0.1.0"]