License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.github.goodforgod |
ArtifactId | ArtifactIdarangodb-testcontainer |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArangoDB TestContainers
ArangoDB TestContainers implementation with startup strategy and cluster containers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.0 |