Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.rbkmoney |
ArtifactId | ArtifactIdtestcontainers-annotations |
Version | Version1.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rbkmoney/testcontainers-annotations/ -->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>testcontainers-annotations</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney/testcontainers-annotations/
implementation 'com.rbkmoney:testcontainers-annotations:1.2.4'
// https://jarcasting.com/artifacts/com.rbkmoney/testcontainers-annotations/
implementation ("com.rbkmoney:testcontainers-annotations:1.2.4")
'com.rbkmoney:testcontainers-annotations:jar:1.2.4'
<dependency org="com.rbkmoney" name="testcontainers-annotations" rev="1.2.4">
<artifact name="testcontainers-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney', module='testcontainers-annotations', version='1.2.4')
)
libraryDependencies += "com.rbkmoney" % "testcontainers-annotations" % "1.2.4"
[com.rbkmoney/testcontainers-annotations "1.2.4"]