Download googlecodejam-client-1.2.2.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.2 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials