| 组织ID: |
org.jboss.pnc.build-agent |
| 项目ID: |
client |
| 版本: |
0.3 |
| 最后修改时间: |
2019-07-12 05:50:20 |
| 包类型: |
jar |
| 标题: |
PNC Build Agent Client |
| 描述: |
Client lib to work with remote server. |
| 大小: |
14.24KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>client</artifactId>
<version>0.3</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.pnc.build-agent:client:0.3
|
| 下载Jar包: |
|
| POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>parent</artifactId>
<version>0.3</version>
</parent>
<artifactId>client</artifactId>
<packaging>jar</packaging>
<name>PNC Build Agent Client</name>
<description>Client lib to work with remote server.</description>
<dependencies>
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>common</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.pnc.buildagent.client.Client.class
org.jboss.pnc.buildagent.client.Client$ProgramaticClientEndpoint$2.class
org.jboss.pnc.buildagent.client.BuildAgentClient.class
org.jboss.pnc.buildagent.client.BuildAgentClientException.class
org.jboss.pnc.buildagent.client.Client$ProgramaticClientEndpoint$1.class
org.jboss.pnc.buildagent.client.Client$ProgramaticClientEndpoint.class
META-INF/maven/org.jboss.pnc.build-agent/client/pom.xml
META-INF/maven/org.jboss.pnc.build-agent/client/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
|