Download hs-game-parser-1.0.9.jar file - Jar h

Jar examples for h:hs-game-parser

Description

Parse Hearthstone games to extract meaningful data (metadata, matchup, amazing plays...)

You can download jar file hs-game-parser 1.0.9 in this page.

License

MIT License

Build File

You can use the following script to add hs-game-parser-1.0.9.jar to your project.

<dependency>
   <groupId>com.zerotoheroes</groupId>
   <artifactId>hs-game-parser</artifactId>
   <version>1.0.9</version>
</dependency>
compile group: 'com.zerotoheroes', name: 'hs-game-parser', version: '1.0.9'
libraryDependencies += "com.zerotoheroes" % "hs-game-parser" % "1.0.9"
<dependency org="com.zerotoheroes" name="hs-game-parser" rev="1.0.9"/>
@Grapes(@Grab(group='com.zerotoheroes', module='hs-game-parser', version='1.0.9'))
'com.zerotoheroes:hs-game-parser:jar:1.0.9'

Download

Click the following link to download the jar file.

hs-game-parser-1.0.9-javadoc.jar
hs-game-parser-1.0.9-sources.jar
hs-game-parser-1.0.9.jar
hs-game-parser-1.0.9.pom



Related Tutorials