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