| 组织ID: |
com.thoughtworks.feature |
| 项目ID: |
selftype_2.12 |
| 版本: |
2.3.0-M2 |
| 最后修改时间: |
2019-11-03 04:22:22 |
| 包类型: |
jar |
| 标题: |
Apache |
| 描述: |
SelfType |
| 相关URL: |
https://github.com/ThoughtWorksInc/feature.scala |
| 大小: |
6.82KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>selftype_2.12</artifactId>
<version>2.3.0-M2</version>
</dependency>
|
| Gradle引入代码: |
com.thoughtworks.feature:selftype_2.12:2.3.0-M2
|
| 下载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>com.thoughtworks.feature</groupId>
<artifactId>selftype_2.12</artifactId>
<packaging>jar</packaging>
<description>SelfType</description>
<url>https://github.com/ThoughtWorksInc/feature.scala</url>
<version>2.3.0-M2</version>
<licenses>
<license>
<name>Apache</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>SelfType</name>
<organization>
<name>com.thoughtworks.feature</name>
<url>https://github.com/ThoughtWorksInc/feature.scala</url>
</organization>
<scm>
<url>https://github.com/ThoughtWorksInc/feature.scala</url>
<connection>https://github.com/ThoughtWorksInc/feature.scala.git</connection>
<developerConnection>git@github.com:ThoughtWorksInc/feature.scala.git</developerConnection>
</scm>
<developers>
<developer>
<id></id>
<name>Travis CI User</name>
<email>travis@example.org</email>
<url>mailto:travis@example.org</url>
</developer>
<developer>
<id></id>
<name>鏉ㄥ崥 (Yang Bo)</name>
<email>pop.atry@gmail.com</email>
<url>mailto:pop.atry@gmail.com</url>
</developer>
<developer>
<id></id>
<name>Yang Bo</name>
<email>pop.atry@gmail.com</email>
<url>mailto:pop.atry@gmail.com</url>
</developer>
<developer>
<id></id>
<name>Yang Bo</name>
<email>atryyang@thoughtworks.com</email>
<url>mailto:atryyang@thoughtworks.com</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4-bin-typelevel-4</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.example</groupId>
<artifactId>example_2.12</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.12.4-bin-typelevel-4</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.thoughtworks.feature.SelfType$Macros.class
com.thoughtworks.feature.SelfType.class
com.thoughtworks.feature.SelfType$$anon$1.class
com.thoughtworks.feature.SelfType$.class
|
| 依赖Jar: |
scala-library-2.12.4-bin-typelevel-4.jar
/org.typelevel/scala-library/2.12.4-bin-typelevel-4
查看scala-library所有版本文件
example_2.12-2.0.0.jar
/com.thoughtworks.example/example_2.12/2.0.0
查看example_2.12所有版本文件
scalatest_2.12-3.0.3.jar
/org.scalatest/scalatest_2.12/3.0.3
查看scalatest_2.12所有版本文件
scala-reflect-2.12.4-bin-typelevel-4.jar
/org.typelevel/scala-reflect/2.12.4-bin-typelevel-4
查看scala-reflect所有版本文件
|