GroupId | GroupIdio.github.bohhom |
---|---|
ArtifactId | ArtifactIdnext-sdk |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
next-sdk-1.0.0.pom | |
next-sdk-1.0.0-sources.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bohhom/next-sdk/ -->
<dependency>
<groupId>io.github.bohhom</groupId>
<artifactId>next-sdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bohhom/next-sdk/
implementation 'io.github.bohhom:next-sdk:1.0.0'
// https://jarcasting.com/artifacts/io.github.bohhom/next-sdk/
implementation ("io.github.bohhom:next-sdk:1.0.0")
'io.github.bohhom:next-sdk:aar:1.0.0'
<dependency org="io.github.bohhom" name="next-sdk" rev="1.0.0">
<artifact name="next-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bohhom', module='next-sdk', version='1.0.0')
)
libraryDependencies += "io.github.bohhom" % "next-sdk" % "1.0.0"
[io.github.bohhom/next-sdk "1.0.0"]