Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.michael-rapp |
ArtifactId | ArtifactIdandroid-sidebar |
Version | Version2.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
android-sidebar-2.1.9.pom | |
android-sidebar-2.1.9.aar | 51 KB |
android-sidebar-2.1.9-sources.jar | 34 KB |
android-sidebar-2.1.9-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/android-sidebar/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>android-sidebar</artifactId>
<version>2.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-sidebar/
implementation 'com.github.michael-rapp:android-sidebar:2.1.9'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-sidebar/
implementation ("com.github.michael-rapp:android-sidebar:2.1.9")
'com.github.michael-rapp:android-sidebar:aar:2.1.9'
<dependency org="com.github.michael-rapp" name="android-sidebar" rev="2.1.9">
<artifact name="android-sidebar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-sidebar', version='2.1.9')
)
libraryDependencies += "com.github.michael-rapp" % "android-sidebar" % "2.1.9"
[com.github.michael-rapp/android-sidebar "2.1.9"]