Categories |
CategoriesNet |
---|---|
GroupId | GroupIdru.yoomoney.sdk.auth |
ArtifactId | ArtifactIdnet |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
net-1.2.0.pom | |
net-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/net/ -->
<dependency>
<groupId>ru.yoomoney.sdk.auth</groupId>
<artifactId>net</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/net/
implementation 'ru.yoomoney.sdk.auth:net:1.2.0'
// https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/net/
implementation ("ru.yoomoney.sdk.auth:net:1.2.0")
'ru.yoomoney.sdk.auth:net:aar:1.2.0'
<dependency org="ru.yoomoney.sdk.auth" name="net" rev="1.2.0">
<artifact name="net" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.yoomoney.sdk.auth', module='net', version='1.2.0')
)
libraryDependencies += "ru.yoomoney.sdk.auth" % "net" % "1.2.0"
[ru.yoomoney.sdk.auth/net "1.2.0"]