| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.github.kennethnickles |
| ArtifactId | ArtifactIdgatherer |
| Version | Version3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| gatherer-3.pom | |
| gatherer-3.aar | 89 KB |
| gatherer-3-sources.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kennethnickles/gatherer/ -->
<dependency>
<groupId>com.github.kennethnickles</groupId>
<artifactId>gatherer</artifactId>
<version>3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kennethnickles/gatherer/
implementation 'com.github.kennethnickles:gatherer:3'
// https://jarcasting.com/artifacts/com.github.kennethnickles/gatherer/
implementation ("com.github.kennethnickles:gatherer:3")
'com.github.kennethnickles:gatherer:aar:3'
<dependency org="com.github.kennethnickles" name="gatherer" rev="3">
<artifact name="gatherer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kennethnickles', module='gatherer', version='3')
)
libraryDependencies += "com.github.kennethnickles" % "gatherer" % "3"
[com.github.kennethnickles/gatherer "3"]