connected-systems-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.appian</groupId> <artifactId>connected-systems-core</artifactId> <version>1.9.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.appian</groupId> <artifactId>connected-systems-core</artifactId> <version>1.9.1</version> <name>Connected Systems Core</name> <description>Connected Systems Core is used by Appian and its partners to construct custom Connected Systems and Integrations.</description> <url>http://www.appian.com</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>matt.schaad</id> <name>Matt Schaad</name> <email>matt.schaad@appian.com</email> </developer> <developer> <id>tim.carroll</id> <name>Tim Carroll</name> <email>tim.carroll@appian.com</email> </developer> </developers> <contributors> <contributor> <name>Ben Kaiser</name> <email>ben.kaiser@appian.com</email> </contributor> <contributor> <name>Erin Kocis</name> <email>erin.kocis@appian.com</email> </contributor> <contributor> <name>Sam Sloate</name> <email>sam.sloate@appian.com</email> </contributor> <contributor> <name>Matthew Shutt</name> <email>matthew.shutt@appian.com</email> </contributor> <contributor> <name>Noah Denier</name> <email>noah.denier@appian.com</email> </contributor> <contributor> <name>Brian Mitchell</name> <email>brian.mitchell@appian.com</email> </contributor> <contributor> <name>Vincent Wang</name> <email>vincent.wang@appian.com</email> </contributor> <contributor> <name>Roberto Ferrer</name> <email>roberto.ferrer@appian.com</email> </contributor> </contributors> </project>