Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toktok/jvm-toxcore-api

The base Tox4j API without any implementation
https://github.com/toktok/jvm-toxcore-api

java scala tox

Last synced: about 2 months ago
JSON representation

The base Tox4j API without any implementation

Awesome Lists containing this project

README

        

# jvm-toxcore-api

The API part of the tox4j implementation. Implemented in jvm-toxcore-c.

## Dependencies: compile

To build the package itself, the following dependencies are required:

- org.jetbrains:annotations:13.0
- org.toktok:tox4j-api_2.11:0.1.4

## Dependencies: test

For testing, the following additional dependencies are required:

- org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4
- org.scala-lang.modules:scala-xml_2.11:1.0.5
- org.scala-lang:scala-reflect:2.11.12
- org.scala-sbt:test-interface:1.0
- org.scalacheck:scalacheck_2.11:1.13.5
- org.scalactic:scalactic_2.11:3.0.1
- org.scalatest:scalatest_2.11:3.0.1