| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.anton46 |
| ArtifactId | ArtifactIdcollection-picker |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| collection-picker-1.0.0.pom | |
| collection-picker-1.0.0.aar | 20 KB |
| collection-picker-1.0.0-sources.jar | 4 KB |
| collection-picker-1.0.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.anton46/collection-picker/ -->
<dependency>
<groupId>com.anton46</groupId>
<artifactId>collection-picker</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.anton46/collection-picker/
implementation 'com.anton46:collection-picker:1.0.0'
// https://jarcasting.com/artifacts/com.anton46/collection-picker/
implementation ("com.anton46:collection-picker:1.0.0")
'com.anton46:collection-picker:aar:1.0.0'
<dependency org="com.anton46" name="collection-picker" rev="1.0.0">
<artifact name="collection-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.anton46', module='collection-picker', version='1.0.0')
)
libraryDependencies += "com.anton46" % "collection-picker" % "1.0.0"
[com.anton46/collection-picker "1.0.0"]