组织ID: |
org.wvlet.airframe |
项目ID: |
airframe-spec_2.12 |
版本: |
0.31 |
最后修改时间: |
2019-12-01 04:13:19 |
包类型: |
jar |
标题: |
Apache-2.0 |
描述: |
Airframe spec test base library |
相关URL: |
https://github.com/wvlet/airframe |
大小: |
4.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-spec_2.12</artifactId>
<version>0.31</version>
</dependency>
|
Gradle引入代码: |
org.wvlet.airframe:airframe-spec_2.12:0.31
|
下载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.wvlet.airframe</groupId>
<artifactId>airframe-spec_2.12</artifactId>
<packaging>jar</packaging>
<description>Airframe spec test base library</description>
<url>https://github.com/wvlet/airframe</url>
<version>0.31</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>airframe-spec</name>
<organization>
<name>org.wvlet.airframe</name>
<url>https://github.com/wvlet/airframe</url>
</organization>
<scm>
<url>https://github.com/wvlet/airframe</url>
<connection>scm:git@github.com:wvlet/airframe.git</connection>
</scm>
<developers>
<developer>
<id>leo</id>
<name>Taro L. Saito</name>
<email>leo@xerial.org</email>
<url>http://xerial.org/leo</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-log_2.12</artifactId>
<version>0.31</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.4</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
wvlet.airframe.AirframeSpec$CompatParColls$.class
wvlet.airframe.AirframeSpec$CompatParColls$Compat$CollectionConverters$.class
wvlet.airframe.AirframeSpec.class
wvlet.airframe.AirframeSpec$CompatParColls$Compat$.class
|
依赖Jar: |
scala-library-2.12.4.jar
/org.scala-lang/scala-library/2.12.4
查看scala-library所有版本文件
airframe-log_2.12-0.31.jar
/org.wvlet.airframe/airframe-log_2.12/0.31
查看airframe-log_2.12所有版本文件
scalatest_2.12-3.0.4.jar
/org.scalatest/scalatest_2.12/3.0.4
查看scalatest_2.12所有版本文件
|