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