GroupId | GroupIdio.github.sinaweibosdk |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version11.8.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-11.8.0.pom | |
core-11.8.0-sources.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sinaweibosdk/core/ -->
<dependency>
<groupId>io.github.sinaweibosdk</groupId>
<artifactId>core</artifactId>
<version>11.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sinaweibosdk/core/
implementation 'io.github.sinaweibosdk:core:11.8.0'
// https://jarcasting.com/artifacts/io.github.sinaweibosdk/core/
implementation ("io.github.sinaweibosdk:core:11.8.0")
'io.github.sinaweibosdk:core:aar:11.8.0'
<dependency org="io.github.sinaweibosdk" name="core" rev="11.8.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sinaweibosdk', module='core', version='11.8.0')
)
libraryDependencies += "io.github.sinaweibosdk" % "core" % "11.8.0"
[io.github.sinaweibosdk/core "11.8.0"]