forked from Unibo-PPS-1920/pps1920-motoScala-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
52 lines (44 loc) · 1.22 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@misc{akkaSite,
title = {Akka's site},
howpublished = "\url{https://akka.io/docs/}",
}
@misc{AmazonCorrettoSite,
title = {Amazon corretto's site},
howpublished = "\url{https://aws.amazon.com/it/corretto/}",
}
@misc{GradleShadowSite,
title = {Gradle shadow's site},
howpublished = "\url{https://imperceptiblethoughts.com/shadow/}",
}
% Optional fields: volume/number, series, address, edition, month, note
@BOOK{functionalScala:2014,
author = {P. Chiusano and R. Bjarnason},
title = {Functional Programming in Scala},
publisher = {Mannings},
year = {2014}
}
@BOOK{scalaCats:2020,
author = {N. Welsh and D. Gurnell},
title = {Scala with Cats},
publisher = {Underscore Consulting LLP, Brighton, UK},
year = {2020}
}
@BOOK{scalaCook:2013,
author = {A. Alexander},
title = {Scala Cookbook},
publisher = {O'Reilly},
year = {2013}
}
@BOOK{scalaBook:2014,
author = {M. Odersky, L. Spoon, B. Venners},
title = {Programming in Scala},
publisher = {Artima},
year = {2016}
}
% Optional fields: volume/number, series, address, edition, month, note
@BOOK{scalaLearning:2014,
author = {J. Swartz},
title = {Learning Scala--practical functional programming for the JVM},
publisher = {O'Reilly},
year = {2014}
}