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