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