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.10.3</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.10.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Console | scopt_2.10 3.2.0 a command line options parsing library | 5 |
Web Service | spray-can 1.2.1 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 10 |
Parser | quasiquotes_2.10 2.0.0 Empowers production Scala compiler with latest macro developments | 31 |
Parser | scala-reflect 2.10.3 Compiler for the Scala Programming Language | 74 |
Scala | accord-core_2.10 0.3 Accord is a validation library written in and for Scala. Its chief aim is to provide a composable, dead-simple and self-contained story for defining validation rules and executing them on object instances. Feedback, bug reports and improvements are welcome! | 19 |
Scala | scalatest_2.10 2.1.4 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 22 |
Web Service | spray-http 1.2.0 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 12 |
Scala | scalatest_2.10 2.1.2 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 20 |
Web Service | spray-client 1.2.1 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 8 |
Scala | scalatest_2.10 2.1.0 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 21 |
Web Service | spray-util 1.2.1 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 7 |
Scala | scalatest_2.10 2.1.3 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 167 |
Scala | scalatest_2.10 2.1.5 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 59 |
Web Service | spray-routing 1.3.1 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 5 |
Parser | quasiquotes_2.10.3 2.0.0-M3 Empowers production Scala compiler with latest macro developments | 6 |
Scala | scalatest_2.10 2.1.6 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 70 |
Web Service | spray-client 1.2.0 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 10 |
Web Service | sbt-sonatype 0.2.1 A sbt plugin for publishing Scala/Java projects to the Maven Central through Sonatype Nexus REST API | 7 |
Parser | scala-compiler 2.10.3 Compiler for the Scala Programming Language | 58 |
Web Service | spray-util 1.2.0 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 9 |
Web Service | spray-client 1.3.1 A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka | 20 |
Log | grizzled-slf4j_2.10 1.0.2 A Scala-friendly wrapper for the SLF4J logging framework | 13 |
The following packages are defined in the scala-library-2.10.3.jar
scala scala.annotation scala.annotation.meta scala.annotation.target scala.annotation.unchecked scala.beans scala.collection scala.collection.concurrent scala.collection.convert scala.collection.generic scala.collection.immutable scala.collection.mutable scala.collection.parallel scala.collection.parallel.immutable scala.collection.parallel.mutable scala.collection.script scala.compat scala.concurrent scala.concurrent.duration scala.concurrent.forkjoin scala.concurrent.impl scala.concurrent.util scala.io scala.math scala.parallel scala.ref scala.reflect scala.reflect.macros.internal 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.hashing 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.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.10.3</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:git:git://github.com/scala/scala.git</connection> <url>https://github.com/scala/scala.git</url> </scm> <issueManagement> <system>JIRA</system> <url>https://issues.scala-lang.org/</url> </issueManagement> <properties> <info.apiURL>http://www.scala-lang.org/api/2.10.3/</info.apiURL> </properties> <dependencies> <!--<dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>0.4.0</version> </dependency>--> </dependencies> <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>