Download gdl-validation-0.2.2.jar file - Jar g

Jar examples for g:gdl-validation

Description

A library for parsing and validating games in the Game Description Language (GDL).

You can download jar file gdl-validation 0.2.2 in this page.

License

The MIT License

Build File

You can use the following script to add gdl-validation-0.2.2.jar to your project.

<dependency>
   <groupId>net.alloyggp</groupId>
   <artifactId>gdl-validation</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'net.alloyggp', name: 'gdl-validation', version: '0.2.2'
libraryDependencies += "net.alloyggp" % "gdl-validation" % "0.2.2"
<dependency org="net.alloyggp" name="gdl-validation" rev="0.2.2"/>
@Grapes(@Grab(group='net.alloyggp', module='gdl-validation', version='0.2.2'))
'net.alloyggp:gdl-validation:jar:0.2.2'

Download

Click the following link to download the jar file.

gdl-validation-0.2.2-javadoc.jar
gdl-validation-0.2.2-sources.jar
gdl-validation-0.2.2.jar
gdl-validation-0.2.2.pom



Related Tutorials