Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.goodforgod |
ArtifactId | ArtifactIdarangodb-testcontainer |
Version | Version1.1.0 |
Type | Typejar |
<!-- 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"]