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