is not current version
Last Version 4

com.github.kennethnickles:gatherer 1.4.1

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

1.4.1
Type

Type

aar

Download gatherer 1.4.1


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