is not current version
Last Version 2.0.0

com.github.goodforgod:arangodb-testcontainer 1.1.0

This is ArangoDB TestContainers implementation (with TestContainer startup strategy support and cluster setup)

Categories

Categories

Container
GroupId

GroupId

com.github.goodforgod
ArtifactId

ArtifactId

arangodb-testcontainer
Version

Version

1.1.0
Type

Type

jar

Download arangodb-testcontainer 1.1.0


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