appian-plug-in-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.appian</groupId>
<artifactId>appian-plug-in-sdk</artifactId>
<version>26.3</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.appian</groupId>
<artifactId>appian-plug-in-sdk</artifactId>
<version>26.3</version>
<name>Appian Plug-in SDK</name>
<description>SDK for developing Appian plug-ins</description>
<url>https://docs.appian.com/suite/help/26.3/api/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Appian Corporation</name>
<organization>Appian</organization>
<organizationUrl>https://www.appian.com</organizationUrl>
</developer>
</developers>
<scm>
<url>https://docs.appian.com/suite/help/26.3/api/</url>
</scm>
</project>