Scala Compiler.
Compiler for the Scala Programming Language.
Here is the list of declaration for scala-reflect. 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-reflect</artifactId> <version>2.11.0-M3</version> </dependency>
If you think this Maven repository POM file listing for scala-reflect 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 scala-reflect-2.11.0-M3 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.11.0-M3 Standard library for the Scala Programming Language | 72 |
The following table lists the most popular artifacts which are depending on scala-reflect-2.11.0-M3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scalatest_2.11.0-M3 1.9.1b ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 32 |
The following packages are defined in the scala-reflect-2.11.0-M3.jar
scala.reflect.api scala.reflect.internal scala.reflect.internal.annotations scala.reflect.internal.pickling scala.reflect.internal.settings scala.reflect.internal.tpe scala.reflect.internal.transform scala.reflect.internal.util scala.reflect.io scala.reflect.macros scala.reflect.runtime
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-reflect</artifactId> <packaging>jar</packaging> <version>2.11.0-M3</version> <name>Scala Compiler</name> <description>Compiler 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.11.0-M3/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.0-M3</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>