stacks-core-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.amido.stacks.modules</groupId>
<artifactId>stacks-core-api</artifactId>
<version>1.0.5.11-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>com.amido.stacks.modules</groupId>
<artifactId>stacks-modules-parent</artifactId>
<version>2.0.7-RELEASE</version>
</parent>
<artifactId>stacks-core-api</artifactId>
<version>1.0.5.11-RELEASE</version>
<name>stacks-core-api</name>
<description>Core API components for the Java Stacks solution</description>
<properties>
<springdoc.openapi.version>2.2.0</springdoc.openapi.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc.openapi.version}</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-spring-security-api</artifactId>
</dependency>
</dependencies>
</project>