Scala Library.
Standard library for the Scala Programming Language.
Here is the list of declaration for scala-library. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.9.2</version> </dependency>
If you think this Maven repository POM file listing for scala-library is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD-like
URL: http://www.scala-lang.org/downloads/license.html.
The following table lists the most popular artifacts which are depending on scala-library-2.9.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Console | scopt_2.9.2 2.1.0 a command line options parsing library | 15 |
Scala | scalatest_2.9.2 1.7.1 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 16 |
MIME | dispatch-mime_2.9.2 0.8.9 Support for multipart MIME POSTs | 12 |
Log | grizzled-slf4j_2.9.2 0.6.10 A Scala-friendly wrapper for the SLF4J logging framework | 5 |
Scala | scalatest_2.9.2 1.8 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 27 |
Parser | scala-compiler 2.9.2 Compiler for the Scala Programming Language | 52 |
Development | lift-common_2.9.2 2.5-M1 Common Libraties and Utilities | 17 |
JPA Hibernate | scalajpa_2.9.2 1.4 This module provides some basic classes to simplify using JPA (Java Persistence) under Scala. | 22 |
Http | dispatch-http_2.9.2 0.8.9 Standard HTTP executor, uses Apache DefaultHttpClient | 12 |
Swing JavaFX | scala-swing 2.9.2 Swing for Scala | 8 |
Servlet | unfiltered-filter_2.9.2 0.6.7 Server binding for Java Servlet filters | 12 |
ORM | squeryl_2.9.2 0.9.5-6 A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety | 14 |
Servlet | unfiltered-filter_2.9.2 0.6.5 Server binding for Java Servlet filters | 7 |
Scala | scalatest_2.9.2 1.9.1 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 86 |
The following packages are defined in the scala-library-2.9.2.jar
scala scala.actors scala.actors.remote scala.actors.scheduler scala.actors.threadpool scala.actors.threadpool.helpers scala.actors.threadpool.locks scala.annotation scala.annotation.target scala.annotation.unchecked scala.collection scala.collection.generic scala.collection.immutable scala.collection.interfaces scala.collection.mutable scala.collection.parallel scala.collection.parallel.immutable scala.collection.parallel.mutable scala.collection.script scala.compat scala.concurrent scala.concurrent.forkjoin scala.io scala.math scala.parallel scala.ref scala.reflect scala.reflect.generic scala.runtime scala.sys scala.sys.process scala.testing scala.text scala.util scala.util.automata scala.util.continuations scala.util.control scala.util.grammar scala.util.logging scala.util.matching scala.util.parsing.ast scala.util.parsing.combinator scala.util.parsing.combinator.lexical scala.util.parsing.combinator.syntactical scala.util.parsing.combinator.testing scala.util.parsing.combinator.token scala.util.parsing.input scala.util.parsing.json scala.util.parsing.syntax scala.util.regexp scala.xml scala.xml.dtd scala.xml.factory scala.xml.include scala.xml.include.sax scala.xml.parsing scala.xml.persistent scala.xml.pull scala.xml.transform
Here is the content of the POM file.
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <packaging>jar</packaging> <version>2.9.2</version> <name>Scala Library</name> <description>Standard library for the Scala Programming Language</description> <url>http://www.scala-lang.org/</url> <inceptionYear>2002</inceptionYear> <organization> <name>LAMP/EPFL</name> <url>http://lamp.epfl.ch/</url> </organization> <licenses> <license> <name>BSD-like</name> <url>http://www.scala-lang.org/downloads/license.html </url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk</connection> <url>https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk</url> </scm> <issueManagement> <system>trac</system> <url>http://lampsvn.epfl.ch/trac/scala </url> </issueManagement> <distributionManagement> <repository> <id>scala-tools.org</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>scala-tools.org</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> </project>