hashirama/fatcat
1
0
Fork
You've already forked fatcat
0
a distribution of the scala library "Cats" in a fat java jar
  • Scala 100%
2025年10月08日 16:34:54 -04:00
target push 2025年10月08日 16:34:54 -04:00
test_files push 2025年10月08日 16:34:54 -04:00
pom.xml push 2025年10月08日 16:34:54 -04:00
README.md push 2025年10月08日 16:34:54 -04:00

build command:

$ cp test_files/* . 
$ MAVEN_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED" mvn package

test:

~/dev/scala $ scalac -classpath cats-fatjar-1.0.0-jar-with-dependencies.jar Main.scala
~/dev/scala $ scala -classpath ".:cats-fatjar-1.0.0-jar-with-dependencies.jar" runCatsDemo
Sum of Options: Some(42)
List(1, 2, 3)
~/dev/scala $