File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ Other packages exist. See the complete list on the right.
42
42
Additional parts of the standard library are shipped as separate libraries. These include:
43
43
44
44
- [[scala.reflect `scala.reflect`]] - Scala's reflection API (scala-reflect.jar)
45
- - [[scala. xml `scala.xml`]] - XML parsing, manipulation, and serialization (scala-xml.jar)
46
- - [[scala. swing `scala.swing`]] - A convenient wrapper around Java's GUI framework called Swing (scala-swing.jar)
47
- - [[scala.util.parsing `scala.util.parsing`]] - Parser combinators (scala-parser-combinators.jar)
45
+ - [[https://github.com/scala/scala- xml `scala.xml`]] - XML parsing, manipulation, and serialization (scala-xml.jar)
46
+ - [[https://github.com/scala/scala- swing `scala.swing`]] - A convenient wrapper around Java's GUI framework called Swing (scala-swing.jar)
47
+ - [[https://github.com/scala/scala-parser-combinators `scala.util.parsing`]] - Parser combinators (scala-parser-combinators.jar)
48
48
49
49
== Automatic imports ==
50
50
You can’t perform that action at this time.
0 commit comments