y

ydb-tests-common

Files download
File Operation
ydb-tests-common-2.2.2.jar download
ydb-tests-common-2.2.2.pom download
ydb-tests-common-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.ydb.test</groupId>
  <artifactId>ydb-tests-common</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'tech.ydb.test:ydb-tests-common:2.2.2'
Gradle Kotlin
implementation("tech.ydb.test:ydb-tests-common:2.2.2")
Scala SBT
libraryDependencies += "tech.ydb.test" % "ydb-tests-common" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='tech.ydb.test', module='ydb-tests-common', version='2.2.2')
)
Apache Ivy
<dependency org="tech.ydb.test" name="ydb-tests-common" rev="2.2.2" />
Leiningen
[tech.ydb.test/ydb-tests-common "2.2.2"]
Apache Buildr
'tech.ydb.test:ydb-tests-common:jar:2.2.2'