| Группа | Группаee.getid |
|---|---|
| Идентификатор | Идентификаторgetidlib |
| Версия | Версия1.2.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| getidlib-1.2.2.pom | |
| getidlib-1.2.2.aar | 737 KB |
| getidlib-1.2.2-sources.jar | 152 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ee.getid/getidlib/ -->
<dependency>
<groupId>ee.getid</groupId>
<artifactId>getidlib</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ee.getid/getidlib/
implementation 'ee.getid:getidlib:1.2.2'
// https://jarcasting.com/artifacts/ee.getid/getidlib/
implementation ("ee.getid:getidlib:1.2.2")
'ee.getid:getidlib:aar:1.2.2'
<dependency org="ee.getid" name="getidlib" rev="1.2.2">
<artifact name="getidlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='ee.getid', module='getidlib', version='1.2.2')
)
libraryDependencies += "ee.getid" % "getidlib" % "1.2.2"
[ee.getid/getidlib "1.2.2"]