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

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

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
```