quasiquotes.
Empowers production Scala compiler with latest macro developments.
Here is the list of declaration for quasiquotes_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scalamacros</groupId> <artifactId>quasiquotes_2.10</artifactId> <version>2.0.0</version> </dependency>
If you think this Maven repository POM file listing for quasiquotes_2.10 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 quasiquotes_2.10-2.0.0 has 2 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.10.3 Standard library for the Scala Programming Language | 519 |
Parser | scala-reflect 2.10.3 Compiler for the Scala Programming Language | 74 |
The following packages are defined in the quasiquotes_2.10-2.0.0.jar
scala.quasiquotes
Here is the content of the POM file.
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.scalamacros</groupId> <artifactId>quasiquotes_2.10</artifactId> <packaging>jar</packaging> <description>Empowers production Scala compiler with latest macro developments</description> <version>2.0.0</version> <name>quasiquotes</name> <organization> <name>org.scalamacros</name> </organization> <url>https://github.com/scalamacros/paradise</url> <inceptionYear>2012</inceptionYear> <licenses> <license> <name>BSD-like</name> <url>http://www.scala-lang.org/downloads/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>git://github.com/scalamacros/paradise.git</url> <connection>scm:git:git://github.com/scalamacros/paradise.git</connection> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/scalamacros/paradise/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.3</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.10.3</version> </dependency> </dependencies> </project>