Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-auth-iam |
Version | Version1.12.0 |
Type | Typejar |
Filename | Size |
---|---|
ydb-sdk-auth-iam-1.12.0.pom | |
ydb-sdk-auth-iam-1.12.0.jar | 3 KB |
ydb-sdk-auth-iam-1.12.0-sources.jar | 3 KB |
ydb-sdk-auth-iam-1.12.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-auth-iam/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-auth-iam</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-auth-iam/
implementation 'com.yandex.ydb:ydb-sdk-auth-iam:1.12.0'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-auth-iam/
implementation ("com.yandex.ydb:ydb-sdk-auth-iam:1.12.0")
'com.yandex.ydb:ydb-sdk-auth-iam:jar:1.12.0'
<dependency org="com.yandex.ydb" name="ydb-sdk-auth-iam" rev="1.12.0">
<artifact name="ydb-sdk-auth-iam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-auth-iam', version='1.12.0')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-auth-iam" % "1.12.0"
[com.yandex.ydb/ydb-sdk-auth-iam "1.12.0"]