Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.anton46 |
ArtifactId | ArtifactIdcollection-picker |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
collection-picker-1.0.1.pom | |
collection-picker-1.0.1.aar | 20 KB |
collection-picker-1.0.1-sources.jar | 4 KB |
collection-picker-1.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.anton46/collection-picker/
implementation 'com.anton46:collection-picker:1.0.1'
// https://jarcasting.com/artifacts/com.anton46/collection-picker/
implementation ("com.anton46:collection-picker:1.0.1")
'com.anton46:collection-picker:aar:1.0.1'
<dependency org="com.anton46" name="collection-picker" rev="1.0.1">
<artifact name="collection-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.anton46', module='collection-picker', version='1.0.1')
)
libraryDependencies += "com.anton46" % "collection-picker" % "1.0.1"
[com.anton46/collection-picker "1.0.1"]