| 组织ID: |
org.jbpm |
| 项目ID: |
jbpm-services-ejb-client |
| 版本: |
6.3.0.Beta1 |
| 最后修改时间: |
2019-11-01 01:21:37 |
| 包类型: |
jar |
| 标题: |
jBPM :: EJB Services Client |
| 大小: |
6.32KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-client</artifactId>
<version>6.3.0.Beta1</version>
</dependency>
|
| Gradle引入代码: |
org.jbpm:jbpm-services-ejb-client:6.3.0.Beta1
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb</artifactId>
<version>6.3.0.Beta1</version>
</parent>
<artifactId>jbpm-services-ejb-client</artifactId>
<name>jBPM :: EJB Services Client</name>
<dependencies>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-api</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-api</artifactId>
</dependency>
<!-- uncomment to test with application deployed on JBoss EAP 6.1 -->
<!--
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>7.2.0.Final</version>
<optional>true</optional>
<type>pom</type>
</dependency>
-->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- exclude tests from maven build as they require server installation -->
<exclude>org/jbpm/services/ejb/client/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.jbpm.services.ejb.client.ClientServiceFactory
org.jbpm.services.ejb.client.ServiceFactoryProvider.class
org.jbpm.services.ejb.client.ClientServiceFactory.class
org.jbpm.services.ejb.client.impl.JBossEJBClientServiceFactory.class
META-INF/maven/org.jbpm/jbpm-services-ejb-client/pom.xml
META-INF/maven/org.jbpm/jbpm-services-ejb-client/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
jboss-as-ejb-client-bom-7.2.0.Final.jar
/org.jboss.as/jboss-as-ejb-client-bom/7.2.0.Final
查看jboss-as-ejb-client-bom所有版本文件
|