Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.michael-rapp |
ArtifactId | ArtifactIdandroid-sidebar |
Version | Version2.1.6 |
Type | Typeaar |
Filename | Size |
---|---|
android-sidebar-2.1.6.pom | |
android-sidebar-2.1.6.aar | 39 KB |
android-sidebar-2.1.6-sources.jar | 36 KB |
android-sidebar-2.1.6-javadoc.jar | 125 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.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-sidebar/
implementation 'com.github.michael-rapp:android-sidebar:2.1.6'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-sidebar/
implementation ("com.github.michael-rapp:android-sidebar:2.1.6")
'com.github.michael-rapp:android-sidebar:aar:2.1.6'
<dependency org="com.github.michael-rapp" name="android-sidebar" rev="2.1.6">
<artifact name="android-sidebar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-sidebar', version='2.1.6')
)
libraryDependencies += "com.github.michael-rapp" % "android-sidebar" % "2.1.6"
[com.github.michael-rapp/android-sidebar "2.1.6"]