https://github.com/da-liii/scamx
A collection of libraries for full stack Scala Matrix
https://github.com/da-liii/scamx
scala scala-native scalajs
Last synced: about 2 months ago
JSON representation
A collection of libraries for full stack Scala Matrix
- Host: GitHub
- URL: https://github.com/da-liii/scamx
- Owner: da-liii
- License: apache-2.0
- Created: 2020-02-26T17:40:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T14:48:38.000Z (about 5 years ago)
- Last Synced: 2024-04-14T15:24:18.022Z (about 1 year ago)
- Topics: scala, scala-native, scalajs
- Language: Scala
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala MX
A collection of libraries for full stack Scala matrix.+ JDK
+ 8
+ 11
+ Scala
+ 0.24.0-RC1
+ 2.13.2 (default)
+ 2.12.11
## Libraries
+ Guava re-implemented in Scala
- guava-base
- guava-collect
- guava-concurrent (JVM-only)
- guava-math
- guava-primitives
## Coding Style
DO NOT DEPEND ON THE **Scala Standard Library**.
## Switching Scala Versions
```
sbt -Dscala.version=0.22.0-RC1
```