Sha256: c52952c9653e88882d11cfcc8127f6b3065e6c17b22d717e1e306db13757df86

Contents?: true

Size: 962 Bytes

Versions: 9

Compression:

Stored size: 962 Bytes

Contents

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

  <groupId>richfisher</groupId>
  <artifactId>jrubyactiviti</artifactId>
  <version>2.0</version>
  <packaging>jar</packaging>

  <name>Maven Quick Start Archetype</name>
  <url>http://maven.apache.org</url>

  <dependencies>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-engine</artifactId>
      <version>5.19.0</version>
    </dependency>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-modeler</artifactId>
      <version>5.19.0</version>
    </dependency>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-diagram-rest</artifactId>
      <version>5.19.0</version>
    </dependency>
  </dependencies>
</project>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jruby_activiti-2.0.8 java/pom.xml
jruby_activiti-2.0.7 java/pom.xml
jruby_activiti-2.0.6 java/pom.xml
jruby_activiti-2.0.5 java/pom.xml
jruby_activiti-2.0.4 java/pom.xml
jruby_activiti-2.0.3 java/pom.xml
jruby_activiti-2.0.2 java/pom.xml
jruby_activiti-2.0.1 java/pom.xml
jruby_activiti-2.0.0 java/pom.xml