is not current version
Last Version 1.4.0

dev.vality:testcontainers-annotations 1.3.3


Categories

Categories

Container
GroupId

GroupId

dev.vality
ArtifactId

ArtifactId

testcontainers-annotations
Version

Version

1.3.3
Type

Type

jar

Download testcontainers-annotations 1.3.3


<!-- https://jarcasting.com/artifacts/dev.vality/testcontainers-annotations/ -->
<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>testcontainers-annotations</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.vality/testcontainers-annotations/
implementation 'dev.vality:testcontainers-annotations:1.3.3'
// https://jarcasting.com/artifacts/dev.vality/testcontainers-annotations/
implementation ("dev.vality:testcontainers-annotations:1.3.3")
'dev.vality:testcontainers-annotations:jar:1.3.3'
<dependency org="dev.vality" name="testcontainers-annotations" rev="1.3.3">
  <artifact name="testcontainers-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.vality', module='testcontainers-annotations', version='1.3.3')
)
libraryDependencies += "dev.vality" % "testcontainers-annotations" % "1.3.3"
[dev.vality/testcontainers-annotations "1.3.3"]