License |
License |
---|---|
GroupId | GroupIdcom.github.rubensousa |
ArtifactId | ArtifactIdbottomsheetbuilder |
Version | Version1.3 |
Type | Typeaar |
Description |
DescriptionBottomSheetBuilder
A simple library that creates BottomSheets according to the Material Design specs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bottomsheetbuilder-1.3.pom | |
bottomsheetbuilder-1.3.aar | 44 KB |
bottomsheetbuilder-1.3-sources.jar | 13 KB |
bottomsheetbuilder-1.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rubensousa/bottomsheetbuilder/ -->
<dependency>
<groupId>com.github.rubensousa</groupId>
<artifactId>bottomsheetbuilder</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rubensousa/bottomsheetbuilder/
implementation 'com.github.rubensousa:bottomsheetbuilder:1.3'
// https://jarcasting.com/artifacts/com.github.rubensousa/bottomsheetbuilder/
implementation ("com.github.rubensousa:bottomsheetbuilder:1.3")
'com.github.rubensousa:bottomsheetbuilder:aar:1.3'
<dependency org="com.github.rubensousa" name="bottomsheetbuilder" rev="1.3">
<artifact name="bottomsheetbuilder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rubensousa', module='bottomsheetbuilder', version='1.3')
)
libraryDependencies += "com.github.rubensousa" % "bottomsheetbuilder" % "1.3"
[com.github.rubensousa/bottomsheetbuilder "1.3"]