Download googlecodejam-client-1.2.0.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.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials