| 组织ID: |
org.typelevel |
| 项目ID: |
cats-macros_2.12 |
| 版本: |
0.9.0 |
| 最后修改时间: |
2018-08-23 17:07:43 |
| 包类型: |
jar |
| 标题: |
MIT |
| 描述: |
Cats macros |
| 相关URL: |
https://github.com/typelevel/cats |
| 大小: |
6.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-macros_2.12</artifactId>
<version>0.9.0</version>
</dependency>
|
| Gradle引入代码: |
org.typelevel:cats-macros_2.12:0.9.0
|
| 下载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>cats-macros_2.12</artifactId>
<packaging>jar</packaging>
<description>Cats macros</description>
<url>https://github.com/typelevel/cats</url>
<version>0.9.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Cats macros</name>
<organization>
<name>org.typelevel</name>
<url>https://github.com/typelevel/cats</url>
</organization>
<scm>
<url>https://github.com/typelevel/cats</url>
<connection>scm:git:git@github.com:typelevel/cats.git</connection>
</scm>
<developers>
<developer>
<id>ceedubs</id>
<name>Cody Allen</name>
<url>https://github.com/ceedubs/</url>
</developer>
<developer>
<id>rossabaker</id>
<name>Ross Baker</name>
<url>https://github.com/rossabaker/</url>
</developer>
<developer>
<id>johnynek</id>
<name>P. Oscar Boykin</name>
<url>https://github.com/johnynek/</url>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<url>https://github.com/travisbrown/</url>
</developer>
<developer>
<id>adelbertc</id>
<name>Adelbert Chang</name>
<url>https://github.com/adelbertc/</url>
</developer>
<developer>
<id>peterneyens</id>
<name>Peter Neyens</name>
<url>https://github.com/peterneyens/</url>
</developer>
<developer>
<id>tpolecat</id>
<name>Rob Norris</name>
<url>https://github.com/tpolecat/</url>
</developer>
<developer>
<id>stew</id>
<name>Mike O'Connor</name>
<url>https://github.com/stew/</url>
</developer>
<developer>
<id>non</id>
<name>Erik Osheim</name>
<url>https://github.com/non/</url>
</developer>
<developer>
<id>mpilquist</id>
<name>Michael Pilquist</name>
<url>https://github.com/mpilquist/</url>
</developer>
<developer>
<id>milessabin</id>
<name>Miles Sabin</name>
<url>https://github.com/milessabin/</url>
</developer>
<developer>
<id>fthomas</id>
<name>Frank Thomas</name>
<url>https://github.com/fthomas/</url>
</developer>
<developer>
<id>julien-truffaut</id>
<name>Julien Truffaut</name>
<url>https://github.com/julien-truffaut/</url>
</developer>
<developer>
<id>kailuowang</id>
<name>Kailuo Wang</name>
<url>https://github.com/kailuowang/</url>
</developer>
</developers>
<properties>
<info.apiURL>http://typelevel.org/cats/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.github.mpilquist</groupId>
<artifactId>simulacrum_2.12</artifactId>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>machinist_2.12</artifactId>
<version>0.6.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cats.macros.Ops.class
cats.macros.Ops$.class
cats.macros.MacroCompat.class
|
| 依赖Jar: |
scala-library-2.12.1.jar
/org.scala-lang/scala-library/2.12.1
查看scala-library所有版本文件
simulacrum_2.12-0.10.0.jar
/com.github.mpilquist/simulacrum_2.12/0.10.0
查看simulacrum_2.12所有版本文件
machinist_2.12-0.6.1.jar
/org.typelevel/machinist_2.12/0.6.1
查看machinist_2.12所有版本文件
|