Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
/ geocaching-api Public archive

Java implementation of Groundspeak's Geocaching Live API.

License

Notifications You must be signed in to change notification settings

arcao/geocaching-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

353 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geocaching API for Java

Build Status Latest version Apache License

Java implementation of Groundspeak's Geocaching Live API.

Released builds are available from a private maven repository. So add bellow to your pom.xml file:

<repositories>
  <repository>
    <id>maven-arcao-com</id>
    <url>http://maven.arcao.com</url>
  </repository>
</repositories>

Note: It's a Maven2 compatible repository.

And add dependency to geocaching-api artifact:

<dependencies>
		<dependency>
			<groupId>com.arcao</groupId>
			<artifactId>geocaching-api</artifactId>
			<version>1.6.3</version>
		</dependency>
    ...
</dependencies>

Or if you use Gradle build system, add bellow to your build.gradle:

repositories {
    ...
    maven { url 'http://maven.arcao.com' }
}

dependencies {
    ...
    // from maven.arcao.com repository
    compile 'com.arcao:geocaching-api:1.6.3'
    ...
}

Get the source

Fork the project source code on github:

git clone git://github.com/arcao/geocaching-api.git

Get latest binaries

Binaries you can found in my maven repository.

Required libraries (maven dependencies)

  • SLS4J - 1.7.7 (slf4j-log4j12 used by default)
  • gson - 2.3
  • junit 4.11 (only for run tests)
  • commons-lang3 3.3.2

Examples

Example codes how to use geocaching-api library you can found in geocaching-api-examples repository.

License

geocaching-api is distributed under Apache License, Version 2.0.

Contact

About

Java implementation of Groundspeak's Geocaching Live API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •