ArangoDB TestContainers

ArangoDB TestContainers implementation with startup strategy and cluster containers.

License

License

Categories

Categories

Container
GroupId

GroupId

com.github.goodforgod
ArtifactId

ArtifactId

arangodb-testcontainer
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ArangoDB TestContainers
ArangoDB TestContainers implementation with startup strategy and cluster containers.
Project URL

Project URL

https://github.com/GoodforGod/arangodb-testcontainer
Source Code Management

Source Code Management

https://github.com/GoodforGod/arangodb-testcontainer/tree/master

Download arangodb-testcontainer

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.testcontainers : testcontainers jar 1.16.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0