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