adapters
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.vanillabp.businesscockpit</groupId>
<artifactId>adapters</artifactId>
<version>0.3.0</version>
</dependency><?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>io.vanillabp.businesscockpit</groupId>
<artifactId>business-cockpit-parent</artifactId>
<version>0.3.0</version>
</parent>
<artifactId>adapters</artifactId>
<name>Adapters responsible for plugging VanillaBP business cockpit into workflow applications</name>
<packaging>pom</packaging>
<modules>
<module>commons</module>
<module>camunda7</module>
<module>camunda8</module>
</modules>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>VanillaBP</id>
<organization>Phactum Softwareentwicklung GmbH</organization>
<organizationUrl>https://www.phactum.at</organizationUrl>
</developer>
</developers>
</project>