Skip to content

neuralcubes/libsphero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Release

Intro

A maven repo for easy access to the Sphero SDK for Android

In order to use this add the following in your gradle:

allprojects {
        repositories {
                ...
                maven { url "https://jitpack.io" }
        }
}
dependencies {
        compile 'com.github.neuralcubes:libsphero:3.1.159'
}

or pom file:

        <repositories>
                <repository>
                    <id>jitpack.io</id>
                    <url>https://jitpack.io</url>
                </repository>
        </repositories>
        <dependency>
            <groupId>com.github.neuralcubes</groupId>
            <artifactId>libsphero</artifactId>
            <version>3.1.159</version>
        </dependency>

About

Maven/gradle repo for the Sphero Android SDK

Resources

Stars

Watchers

Forks

Packages

No packages published