GroupId | GroupIdcom.github.qydq |
---|---|
ArtifactId | ArtifactIdbear |
Version | Version1.2.65 |
Type | Typeaar |
Filename | Size |
---|---|
bear-1.2.65.pom | |
bear-1.2.65-sources.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.qydq/bear/ -->
<dependency>
<groupId>com.github.qydq</groupId>
<artifactId>bear</artifactId>
<version>1.2.65</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.qydq/bear/
implementation 'com.github.qydq:bear:1.2.65'
// https://jarcasting.com/artifacts/com.github.qydq/bear/
implementation ("com.github.qydq:bear:1.2.65")
'com.github.qydq:bear:aar:1.2.65'
<dependency org="com.github.qydq" name="bear" rev="1.2.65">
<artifact name="bear" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.qydq', module='bear', version='1.2.65')
)
libraryDependencies += "com.github.qydq" % "bear" % "1.2.65"
[com.github.qydq/bear "1.2.65"]