GroupId | GroupIdcom.maltaisn |
---|---|
ArtifactId | ArtifactIdrecurpicker |
Version | Version1.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
recurpicker-1.6.0.pom | |
recurpicker-1.6.0.aar | 104 KB |
recurpicker-1.6.0-sources.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.maltaisn/recurpicker/ -->
<dependency>
<groupId>com.maltaisn</groupId>
<artifactId>recurpicker</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.maltaisn/recurpicker/
implementation 'com.maltaisn:recurpicker:1.6.0'
// https://jarcasting.com/artifacts/com.maltaisn/recurpicker/
implementation ("com.maltaisn:recurpicker:1.6.0")
'com.maltaisn:recurpicker:aar:1.6.0'
<dependency org="com.maltaisn" name="recurpicker" rev="1.6.0">
<artifact name="recurpicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.maltaisn', module='recurpicker', version='1.6.0')
)
libraryDependencies += "com.maltaisn" % "recurpicker" % "1.6.0"
[com.maltaisn/recurpicker "1.6.0"]