| GroupId | GroupIdcom.himanshoe |
|---|---|
| ArtifactId | ArtifactIdpluck |
| Last Version | Last Version1.0.0-RC1 |
| Release Date | Release Date |
| Type | Typeaar |
| Filename | Size |
|---|---|
| pluck-1.0.0-RC1.pom | |
| pluck-1.0.0-RC1-sources.jar | 16 KB |
| pluck-1.0.0-RC1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.himanshoe/pluck/ -->
<dependency>
<groupId>com.himanshoe</groupId>
<artifactId>pluck</artifactId>
<version>1.0.0-RC1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.himanshoe/pluck/
implementation 'com.himanshoe:pluck:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.himanshoe/pluck/
implementation ("com.himanshoe:pluck:1.0.0-RC1")
'com.himanshoe:pluck:aar:1.0.0-RC1'
<dependency org="com.himanshoe" name="pluck" rev="1.0.0-RC1">
<artifact name="pluck" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.himanshoe', module='pluck', version='1.0.0-RC1')
)
libraryDependencies += "com.himanshoe" % "pluck" % "1.0.0-RC1"
[com.himanshoe/pluck "1.0.0-RC1"]