Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toktok/jvm-toxcore-api
- Owner: TokTok
- License: gpl-3.0
- Created: 2016-10-03T12:08:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T19:49:49.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T15:33:36.097Z (10 months ago)
- Topics: java, scala, tox
- Language: Scala
- Homepage: https://toktok.ltd/
- Size: 130 KB
- Stars: 7
- Watchers: 24
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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