| 组织ID: |
org.typelevel |
| 项目ID: |
machinist_2.12 |
| 版本: |
0.6.1 |
| 最后修改时间: |
2018-08-01 19:51:05 |
| 包类型: |
jar |
| 标题: |
MIT |
| 描述: |
machinist |
| 相关URL: |
http://github.com/typelevel/machinist |
| 大小: |
32.86KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>machinist_2.12</artifactId>
<version>0.6.1</version>
</dependency>
|
| Gradle引入代码: |
org.typelevel:machinist_2.12:0.6.1
|
| 下载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.typelevel</groupId>
<artifactId>machinist_2.12</artifactId>
<packaging>jar</packaging>
<description>machinist</description>
<url>http://github.com/typelevel/machinist</url>
<version>0.6.1</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>machinist</name>
<organization>
<name>org.typelevel</name>
<url>http://github.com/typelevel/machinist</url>
</organization>
<scm>
<url>git@github.com:typelevel/machinist.git</url>
<connection>scm:git:git@github.com:typelevel/machinist.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.12.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.12.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
machinist.Ops$$typecreator9$1.class
machinist.Ops$$typecreator12$1.class
machinist.DefaultOps$.class
machinist.Ops$$typecreator13$1.class
machinist.Ops$$typecreator4$1.class
machinist.Ops$$typecreator7$1.class
machinist.Ops.class
machinist.Ops$$typecreator10$1.class
machinist.Ops$$typecreator11$1.class
machinist.DefaultOps.class
machinist.Ops$$typecreator1$1.class
machinist.Ops$$typecreator8$1.class
machinist.DefaultOperatorNames.class
machinist.Ops$$typecreator3$1.class
machinist.Ops$$typecreator6$1.class
machinist.Ops$$typecreator2$1.class
machinist.Ops$$typecreator5$1.class
|
| 依赖Jar: |
scala-library-2.12.0.jar
/org.scala-lang/scala-library/2.12.0
查看scala-library所有版本文件
scala-reflect-2.12.0.jar
/org.scala-lang/scala-reflect/2.12.0
查看scala-reflect所有版本文件
|