plugin-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.algorithmia</groupId>
<artifactId>plugin-sdk</artifactId>
<version>1.0.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.algorithmia</groupId>
<artifactId>plugin-sdk</artifactId>
<packaging>jar</packaging>
<description>Algorithmia plugin SDK</description>
<url>https://github.com/algorithmiaio/plugin-sdk</url>
<version>1.0.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/algorithmiaio/plugin-sdk/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>plugin-sdk</name>
<organization>
<name>com.algorithmia</name>
<url>https://github.com/algorithmiaio/plugin-sdk</url>
</organization>
<scm>
<url>https://gitlab-ci-token@gitlab.com/algorithmia-eng/plugin-sdk</url>
<connection>scm:git:https://gitlab-ci-token@gitlab.com/algorithmia-eng/plugin-sdk.git</connection>
<developerConnection>scm:git:git@gitlab-ci-token@gitlab.com:algorithmia-eng/plugin-sdk.git</developerConnection>
</scm>
<developers>
<developer>
<id>jbooth</id>
<name>Joshua Booth</name>
<url>https://algorithmia.com</url>
<email>jbooth@algorithmia.com</email>
</developer>
</developers>
</project>