Maven Repository - POM file for Scala scala-library 2.11.2 2.11.2

Summary

Scala Library.

Standard library for the Scala Programming Language.

Declaration

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.11.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.

License

Name:BSD 3-Clause
URL: http://www.scala-lang.org/license.html.

Depended by

The following table lists the most popular artifacts which are depending on scala-library-2.11.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicespray-can_2.11 1.3.2
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
8
Parserscala-reflect 2.11.2
Compiler for the Scala Programming Language
45
Web Servicespray-util_2.11 1.3.2
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
9
Virtual Machinepact-jvm-model_2.11 2.1.0
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Virtual Machinepact-jvm-model_2.11 2.0.9
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Virtual Machinepact-jvm-model_2.11 2.1.7
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Parserscala-compiler 2.11.2
Compiler for the Scala Programming Language
45
Virtual Machinepact-jvm-model_2.11 2.0.5
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Virtual Machinepact-jvm-model_2.11 2.1.5
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Virtual Machinepact-jvm-model_2.11 2.0.7
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Httpdispatch-core_2.11 0.11.2
Core Dispatch module wrapping sonatype/async-http-client
23
Virtual Machinepact-jvm-model_2.11 2.1.8
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5
Virtual Machinepact-jvm-model_2.11 2.1.3
Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov...
5




Packages

The following packages are defined in the scala-library-2.11.2.jar

scala
scala.annotation
scala.annotation.meta
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.ref
scala.reflect
scala.reflect.macros.internal
scala.runtime
scala.sys
scala.sys.process
scala.text
scala.util
scala.util.control
scala.util.hashing
scala.util.matching




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<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.11.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 3-Clause</name>
      <url>http://www.scala-lang.org/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.11.2/</info.apiURL>
  </properties>
  <dependencies>
   </dependencies>
  
</project>