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