| 组织ID: |
org.spire-math |
| 项目ID: |
algebra-macros_2.11 |
| 版本: |
0.4.2 |
| 最后修改时间: |
2020-03-17 16:22:24 |
| 包类型: |
jar |
| 标题: |
MIT |
| 描述: |
macros |
| 相关URL: |
http://spire-math.org |
| 大小: |
7.91KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>algebra-macros_2.11</artifactId>
<version>0.4.2</version>
</dependency>
|
| Gradle引入代码: |
org.spire-math:algebra-macros_2.11:0.4.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>algebra-macros_2.11</artifactId>
<packaging>jar</packaging>
<description>macros</description>
<url>http://spire-math.org</url>
<version>0.4.2</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>macros</name>
<organization>
<name>org.spire-math</name>
<url>http://spire-math.org</url>
</organization>
<scm>
<url>git@github.com:non/algebra.git</url>
<connection>scm:git:git@github.com:non/algebra.git</connection>
</scm>
<developers>
<developer>
<id>johnynek</id>
<name>P. Oscar Boykin</name>
<url>https://github.com/johnynek/</url>
</developer>
<developer>
<id>avibryant</id>
<name>Avi Bryant</name>
<url>https://github.com/avibryant/</url>
</developer>
<developer>
<id>non</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>
<properties>
<info.apiURL>https://non.github.io/algebra/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.7</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.11.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
algebra.macros.TypeTagMacros.class
algebra.macros.TypeTagM.class
algebra.macros.TypeTagM$.class
algebra.macros.TypeTagMacros$$typecreator1$1.class
|
| 依赖Jar: |
scala-library-2.11.7.jar
/org.scala-lang/scala-library/2.11.7
查看scala-library所有版本文件
scala-reflect-2.11.7.jar
/org.scala-lang/scala-reflect/2.11.7
查看scala-reflect所有版本文件
|