Download spire-macros_2.10-0.7.4.jar file

Introduction

You can download spire-macros_2.10-0.7.4.jar in this page.

License

BSD-style

Type List

spire-macros_2.10-0.7.4.jar file has the following types.

META-INF/MANIFEST.MF
spire.macros.ArithmeticOverflowException.class
spire.macros.Checked.class
spire.macros.CheckedRewriter.class
spire.macros.HasCompat.class
spire.macros.InlineUtil.class
spire.macros.Syntax.class
spire.macros.SyntaxUtil.class
spire.macrosk.Ops.class

Pom

spire-macros_2.10-0.7.4.pom file content.

<?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.spire-math</groupId>
    <artifactId>spire-macros_2.10</artifactId>
    <packaging>jar</packaging>
    <description>spire-macros</description>
    <url>http://spire-math.org</url>
    <version>0.7.4</version>
    <licenses>
        <license>
            <name>BSD-style</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>spire-macros</name>
    <organization>
        <name>org.spire-math</name>
        <url>http://spire-math.org</url>
    </organization>
    <scm>
        <url>git@github.com:non/spire.git</url>
        <connection>scm:git:git@github.com:non/spire.git</connection>
    </scm>
    <developers>
        <developer>
            <id>d_m</id>
            <name>Erik Osheim</name>
            <url>http://github.com/non/</url>
        </developer>
        <developer>
            <id>tixxit</id>
            <name>Tom Switzer</name>
            <url>http://github.com/tixxit/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.10.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalamacros</groupId>
            <artifactId>quasiquotes_2.10</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.1.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.10</artifactId>
            <version>1.11.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.spire-math</groupId>
   <artifactId>spire-macros_2.10</artifactId>
   <version>0.7.4</version>
</dependency>

Download

If you think the following spire-macros_2.10-0.7.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spire-macros_2.10-0.7.4.jar file




PreviousNext

Related