is not current version
Last Version 4

com.github.kennethnickles:gatherer 2

Android Service Client for Magic the Gathering Card Data. Current Endpoints include Deckbrew Json and Gatherer Html

Categories

Categories

Net
GroupId

GroupId

com.github.kennethnickles
ArtifactId

ArtifactId

gatherer
Version

Version

2
Type

Type

aar

Download gatherer 2


<!-- 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"]