| GroupId | GroupIdee.getid |
|---|---|
| ArtifactId | ArtifactIdgetidlib |
| Version | Version1.8.7 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| getidlib-1.8.7.pom | |
| getidlib-1.8.7.aar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ee.getid/getidlib/ -->
<dependency>
<groupId>ee.getid</groupId>
<artifactId>getidlib</artifactId>
<version>1.8.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ee.getid/getidlib/
implementation 'ee.getid:getidlib:1.8.7'
// https://jarcasting.com/artifacts/ee.getid/getidlib/
implementation ("ee.getid:getidlib:1.8.7")
'ee.getid:getidlib:aar:1.8.7'
<dependency org="ee.getid" name="getidlib" rev="1.8.7">
<artifact name="getidlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='ee.getid', module='getidlib', version='1.8.7')
)
libraryDependencies += "ee.getid" % "getidlib" % "1.8.7"
[ee.getid/getidlib "1.8.7"]