Skip to content

DevotionZhu/s2-geometry-library-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this repository

Build Status codecov

This repository is forked from s2-geometry-library-java which is originally hosted on Google Code. The last update was about 6 years ago, doesn't seem to be maintained.

This fork contains several updates:

  • Support build with Maven.
  • Released to Maven Central.

How to use

  • If you are using Maven, add denpendency in pom.xml:
    <dependency>
        <groupId>io.sgr</groupId>
        <artifactId>s2-geometry-library-java</artifactId>
        <version>1.0.1</version>
    </dependency>
    
  • If you are using Gradle, add dependency in build.gradle:
    compile('io.sgr:s2-geometry-library-java:1.0.1')
    

About

Automatically exported from code.google.com/p/s2-geometry-library-java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%