GroupId | GroupIdcom.kbeanie |
---|---|
ArtifactId | ArtifactIdmultipicker |
Version | Version1.1.3.1-snapshot |
Type | Typeaar |
Filename | Size |
---|---|
multipicker-1.1.3.1-snapshot.pom | |
multipicker-1.1.3.1-snapshot.aar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kbeanie/multipicker/ -->
<dependency>
<groupId>com.kbeanie</groupId>
<artifactId>multipicker</artifactId>
<version>1.1.3.1-snapshot</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kbeanie/multipicker/
implementation 'com.kbeanie:multipicker:1.1.3.1-snapshot'
// https://jarcasting.com/artifacts/com.kbeanie/multipicker/
implementation ("com.kbeanie:multipicker:1.1.3.1-snapshot")
'com.kbeanie:multipicker:aar:1.1.3.1-snapshot'
<dependency org="com.kbeanie" name="multipicker" rev="1.1.3.1-snapshot">
<artifact name="multipicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kbeanie', module='multipicker', version='1.1.3.1-snapshot')
)
libraryDependencies += "com.kbeanie" % "multipicker" % "1.1.3.1-snapshot"
[com.kbeanie/multipicker "1.1.3.1-snapshot"]