spi-plugin-core-json-renderer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ainrif.apiator</groupId>
<artifactId>spi-plugin-core-json-renderer</artifactId>
<version>0.15.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.ainrif.apiator</groupId>
<artifactId>spi-plugin-core-json-renderer</artifactId>
<version>0.15.1</version>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ainrif.apiator</groupId>
<artifactId>core</artifactId>
<version>0.15.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<name>spi-plugin-core-json-renderer</name>
<description>SPI for developing plugins for Apiator JSON Renderer</description>
<url>https://apiator.info/</url>
<organization>
<name>Ainrif</name>
<url>https://github.com/ainrif</url>
</organization>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/ainrif/apiator/blob/develop/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/ainrif/apiator</url>
<connection>scm:git:https://github.com/ainrif/apiator.git</connection>
<developerConnection>scm:git:git@github.com:ainrif/apiator.git</developerConnection>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/ainrif/apiator/issues</url>
</issueManagement>
<developers>
<developer>
<name>Andrew Malyhin</name>
<email>katoquro@gmail.com</email>
</developer>
</developers>
</project>