License |
License |
---|---|
GroupId | GroupIdch.tutti.android.bottomsheet |
ArtifactId | ArtifactIdlibrary |
Version | Version1.0 |
Type | Typeaar |
Description |
DescriptionAndroid BottomSheet Library
BottomSheet Activity for Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.0.pom | |
library-1.0.aar | 44 KB |
library-1.0-sources.jar | 14 KB |
library-1.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.tutti.android.bottomsheet/library/ -->
<dependency>
<groupId>ch.tutti.android.bottomsheet</groupId>
<artifactId>library</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.tutti.android.bottomsheet/library/
implementation 'ch.tutti.android.bottomsheet:library:1.0'
// https://jarcasting.com/artifacts/ch.tutti.android.bottomsheet/library/
implementation ("ch.tutti.android.bottomsheet:library:1.0")
'ch.tutti.android.bottomsheet:library:aar:1.0'
<dependency org="ch.tutti.android.bottomsheet" name="library" rev="1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.tutti.android.bottomsheet', module='library', version='1.0')
)
libraryDependencies += "ch.tutti.android.bottomsheet" % "library" % "1.0"
[ch.tutti.android.bottomsheet/library "1.0"]