imixs-adapters-wopi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-adapters-wopi</artifactId> <version>2.2.8</version> </dependency>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-adapters</artifactId> <version>2.2.8</version> </parent> <artifactId>imixs-adapters-wopi</artifactId> <name>Imixs WOPI Adapter</name> <url>https://github.com/imixs/imixs-adapters</url> <description>Imixs WOPI Adapter</description> <dependencies> <dependency> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-workflow-core</artifactId> </dependency> <dependency> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-workflow-engine</artifactId> </dependency> <dependency> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-workflow-faces</artifactId> </dependency> <dependency> <groupId>org.imixs.marty</groupId> <artifactId>imixs-marty-util</artifactId> </dependency> <dependency> <groupId>org.imixs.marty</groupId> <artifactId>imixs-marty-ejb</artifactId> </dependency> <dependency> <groupId>org.imixs.jwt</groupId> <artifactId>imixs-jwt</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.imixs.workflow</groupId> <artifactId>imixs-archive-api</artifactId> </dependency> <!-- JSON Parser --> <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> </project>