| 组织ID: |
org.jboss.windup.graph |
| 项目ID: |
windup-graph-tests |
| 版本: |
2.2.0.Final |
| 最后修改时间: |
2019-10-29 05:33:13 |
| 包类型: |
jar |
| 标题: |
Windup Engine - Graph Tests |
| 大小: |
2.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph-tests</artifactId>
<version>2.2.0.Final</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.windup.graph:windup-graph-tests:2.2.0.Final
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph-parent</artifactId>
<version>2.2.0.Final</version>
</parent>
<artifactId>windup-graph-tests</artifactId>
<name>Windup Engine - Graph Tests</name>
<dependencies>
<!-- Local Dependencies -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<!-- Guava dep is hardcoded to 14.0.1, because including the v15 that Titan depends on breaks arquillian as of
2014/08/21 -->
<scope>provided</scope>
</dependency>
<!-- Addon Dependencies -->
<dependency>
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.windup.utils</groupId>
<artifactId>windup-utils</artifactId>
<version>${project.version}</version>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<!-- Furnace Container -->
<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>cdi</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.jboss.forge.furnace.test</groupId>
<artifactId>furnace-test-harness</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.furnace.test</groupId>
<artifactId>arquillian-furnace-classpath</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.windup.graph/windup-graph-tests/pom.xml
META-INF/maven/org.jboss.windup.graph/windup-graph-tests/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
guava-14.0.1.jar
/com.google.guava/guava/14.0.1
查看guava所有版本文件
windup-utils-${project.version}.jar
/org.jboss.windup.utils/windup-utils/${project.version}
查看windup-utils所有版本文件
|