Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.eaphonetech |
ArtifactId | ArtifactIdlib_sdk |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
lib_sdk-1.0.2.pom | |
lib_sdk-1.0.2.aar | 19 KB |
lib_sdk-1.0.2-sources.jar | 17 KB |
lib_sdk-1.0.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eaphonetech/lib_sdk/ -->
<dependency>
<groupId>io.github.eaphonetech</groupId>
<artifactId>lib_sdk</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaphonetech/lib_sdk/
implementation 'io.github.eaphonetech:lib_sdk:1.0.2'
// https://jarcasting.com/artifacts/io.github.eaphonetech/lib_sdk/
implementation ("io.github.eaphonetech:lib_sdk:1.0.2")
'io.github.eaphonetech:lib_sdk:aar:1.0.2'
<dependency org="io.github.eaphonetech" name="lib_sdk" rev="1.0.2">
<artifact name="lib_sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaphonetech', module='lib_sdk', version='1.0.2')
)
libraryDependencies += "io.github.eaphonetech" % "lib_sdk" % "1.0.2"
[io.github.eaphonetech/lib_sdk "1.0.2"]