| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Client Libraries

Page history last edited by Twitvid Support 11 years, 4 months ago

<< Back to Twitvid API Documentation

 

  • iOS (armv7, armv7s)   
  • iPhone (armv6) 
  • Java Library (used in Twitvid Android app) use Maven:

        <dependencies>
            <dependency>
                <groupId>com.twitvid</groupId>
                <artifactId>twitvid-java</artifactId>
                <version>1.6.1</version>
                <scope>compile</scope>
            </dependency>
    </dependencies>
    

     

    And add our maven repo to your repos

     

        <repositories>
            <repository>
                <id>twitvid</id>
                <url>http://mvn.twitvid.com/</url>
            </repository>
        </repositories>
    

     

    Or download the jar (md5)

     

  • Old Java SDKs:

 

For questions, inquiries, or general support, contact support at twitvid dot com or android at twitvid dot com for Java related stuff.

<< Back to Twitvid API Documentation

Comments (0)

You don't have permission to comment on this page.