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