Skip to content

rusakovichma/owapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Official SDK: http://www.maximintegrated.com/en/products/ibutton/software/sdk/sdks.cfm

Official documentation: http://files.maximintegrated.com/sia_bu/softdev/owapi/

Using

  • Just add in your pom.xml repository:

    <repository>
        <id>owapi-mvn-repo</id>
        <url>https://raw.github.com/creepid/owapi/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>

    and dependency:

    <dependency>
    	<groupId>com.dalsemi.onewire</groupId>
    	<artifactId>owapi</artifactId>
    	<version>1.10</version>
    </dependency>
  • For git maven repo deploy:

    mvn clean deploy

About

OneWire API store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages