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