Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.eaphonetech |
ArtifactId | ArtifactIdlib_sdk |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
lib_sdk-1.0.1.pom | |
lib_sdk-1.0.1.aar | 22 KB |
lib_sdk-1.0.1-sources.jar | 17 KB |
lib_sdk-1.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaphonetech/lib_sdk/
implementation 'io.github.eaphonetech:lib_sdk:1.0.1'
// https://jarcasting.com/artifacts/io.github.eaphonetech/lib_sdk/
implementation ("io.github.eaphonetech:lib_sdk:1.0.1")
'io.github.eaphonetech:lib_sdk:aar:1.0.1'
<dependency org="io.github.eaphonetech" name="lib_sdk" rev="1.0.1">
<artifact name="lib_sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaphonetech', module='lib_sdk', version='1.0.1')
)
libraryDependencies += "io.github.eaphonetech" % "lib_sdk" % "1.0.1"
[io.github.eaphonetech/lib_sdk "1.0.1"]