GroupId | GroupIdcom.yayandroid |
---|---|
ArtifactId | ArtifactIdRotatable |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
Rotatable-1.0.0.pom | |
Rotatable-1.0.0.aar | 22 KB |
Rotatable-1.0.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yayandroid/Rotatable/ -->
<dependency>
<groupId>com.yayandroid</groupId>
<artifactId>Rotatable</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yayandroid/Rotatable/
implementation 'com.yayandroid:Rotatable:1.0.0'
// https://jarcasting.com/artifacts/com.yayandroid/Rotatable/
implementation ("com.yayandroid:Rotatable:1.0.0")
'com.yayandroid:Rotatable:aar:1.0.0'
<dependency org="com.yayandroid" name="Rotatable" rev="1.0.0">
<artifact name="Rotatable" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yayandroid', module='Rotatable', version='1.0.0')
)
libraryDependencies += "com.yayandroid" % "Rotatable" % "1.0.0"
[com.yayandroid/Rotatable "1.0.0"]