Download googlecodejam-client-1.2.6.jar file - Jar g

Jar examples for g:googlecodejam-client

Description

Java client API for Google Code Jam contest

You can download jar file googlecodejam-client 1.2.6 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add googlecodejam-client-1.2.6.jar to your project.

<dependency>
   <groupId>fr.faylixe</groupId>
   <artifactId>googlecodejam-client</artifactId>
   <version>1.2.6</version>
</dependency>
compile group: 'fr.faylixe', name: 'googlecodejam-client', version: '1.2.6'
libraryDependencies += "fr.faylixe" % "googlecodejam-client" % "1.2.6"
<dependency org="fr.faylixe" name="googlecodejam-client" rev="1.2.6"/>
@Grapes(@Grab(group='fr.faylixe', module='googlecodejam-client', version='1.2.6'))
'fr.faylixe:googlecodejam-client:jar:1.2.6'

Download

Click the following link to download the jar file.

googlecodejam-client-1.2.6-javadoc.jar
googlecodejam-client-1.2.6-sources.jar
googlecodejam-client-1.2.6.jar
googlecodejam-client-1.2.6.pom



Related Tutorials