Download camunda-ejb-client-7.1.0.jar file

Introduction

You can download camunda-ejb-client-7.1.0.jar in this page.

License

Open Source

Type List

camunda-ejb-client-7.1.0.jar file has the following types.

META-INF.maven.org.camunda.bpm.javaee.camunda-ejb-client.pom.properties
META-INF.maven.org.camunda.bpm.javaee.camunda-ejb-client.pom.xml
META-INF/MANIFEST.MF
META-INF/beans.xml
META-INF/ejb-jar.xml
META-INF/web-fragment.xml
WEB-INF/ejb-jar.xml
org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication.class
org.camunda.bpm.application.impl.web.ProcessArchiveServletContextListener.class

Pom

camunda-ejb-client-7.1.0.pom file content.

<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>

  <artifactId>camunda-ejb-client</artifactId>
  <groupId>org.camunda.bpm.javaee</groupId>
  <name>camunda BPM - Client</name>
  <packaging>jar</packaging>

  <parent>
    <groupId>org.camunda.bpm</groupId>
    <artifactId>camunda-parent</artifactId>
    <relativePath>../../parent</relativePath>
    <version>7.1.0-Final</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>org.jboss.spec</groupId>
      <artifactId>jboss-javaee-web-6.0</artifactId>
      <type>pom</type>
      <scope>provided</scope>
    </dependency>

    <dependency>
      <groupId>org.camunda.bpm</groupId>
      <artifactId>camunda-engine</artifactId>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>livetribe-jsr223</artifactId>
          <groupId>org.livetribe</groupId>
        </exclusion>
      </exclusions>

    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.camunda.bpm.javaee</groupId>
   <artifactId>camunda-ejb-client</artifactId>
   <version>7.1.0</version>
</dependency>

Download

If you think the following camunda-ejb-client-7.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download camunda-ejb-client-7.1.0.jar file




PreviousNext

Related