step-functions-package-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.exense.step</groupId> <artifactId>step-functions-package-client</artifactId> <version>3.26.2</version> </dependency>
<!-- Copyright (C) 2020, exense GmbH This file is part of STEP Enterprise STEP Enterprise can not be copied and/or distributed without the express permission of exense GmbH --> <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>step-functions-package-client</artifactId> <packaging>jar</packaging> <parent> <groupId>ch.exense.step</groupId> <artifactId>step-functions</artifactId> <version>3.26.2</version> </parent> <dependencies> <dependency> <groupId>ch.exense.step</groupId> <artifactId>step-controller-remote-client</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> </plugins> </build> </project>