GroupId | GroupIdcom.github.boybeak |
---|---|
ArtifactId | ArtifactIdeasy-picker |
Version | Version0.01 |
Type | Typeaar |
Filename | Size |
---|---|
easy-picker-0.01.pom | |
easy-picker-0.01-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.boybeak/easy-picker/ -->
<dependency>
<groupId>com.github.boybeak</groupId>
<artifactId>easy-picker</artifactId>
<version>0.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.boybeak/easy-picker/
implementation 'com.github.boybeak:easy-picker:0.01'
// https://jarcasting.com/artifacts/com.github.boybeak/easy-picker/
implementation ("com.github.boybeak:easy-picker:0.01")
'com.github.boybeak:easy-picker:aar:0.01'
<dependency org="com.github.boybeak" name="easy-picker" rev="0.01">
<artifact name="easy-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.boybeak', module='easy-picker', version='0.01')
)
libraryDependencies += "com.github.boybeak" % "easy-picker" % "0.01"
[com.github.boybeak/easy-picker "0.01"]