GroupId | GroupIdcom.github.dynckathline |
---|---|
ArtifactId | ArtifactIdpicker |
Version | Version1.0.10 |
Type | Typeaar |
Filename | Size |
---|---|
picker-1.0.10.pom | |
picker-1.0.10.aar | 123 KB |
picker-1.0.10-sources.jar | 66 KB |
picker-1.0.10-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dynckathline/picker/ -->
<dependency>
<groupId>com.github.dynckathline</groupId>
<artifactId>picker</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dynckathline/picker/
implementation 'com.github.dynckathline:picker:1.0.10'
// https://jarcasting.com/artifacts/com.github.dynckathline/picker/
implementation ("com.github.dynckathline:picker:1.0.10")
'com.github.dynckathline:picker:aar:1.0.10'
<dependency org="com.github.dynckathline" name="picker" rev="1.0.10">
<artifact name="picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dynckathline', module='picker', version='1.0.10')
)
libraryDependencies += "com.github.dynckathline" % "picker" % "1.0.10"
[com.github.dynckathline/picker "1.0.10"]