platform-spring-cloud-storage-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.cloudflight.platform.spring</groupId> <artifactId>platform-spring-cloud-storage-api</artifactId> <version>2.4.6</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>io.cloudflight.platform.spring</groupId> <artifactId>platform-spring-cloud-storage-api</artifactId> <version>2.4.6</version> <name>cloudflight-platform-spring - platform-spring-cloud-storage-api</name> <description>Cloudflight Platform for Spring Boot</description> <url>https://github.com/cloudflightio/cloudflight-platform-spring</url> <inceptionYear>2022</inceptionYear> <organization> <name>Cloudflight</name> <url>https://cloudflight.io</url> </organization> <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>cloudflightio</id> <name>Cloudflight Team</name> <email>opensource@cloudflight.io</email> </developer> </developers> <scm> <connection>scm:ggit@github.com:cloudflightio/cloudflight-platform-spring.git</connection> <developerConnection>scm:git@github.com:cloudflightio/cloudflight-platform-spring.git</developerConnection> <url>https://github.com/cloudflightio/cloudflight-platform-spring</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.9.21</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.cloudflight.platform.spring</groupId> <artifactId>platform-spring-bom</artifactId> <version>2.4.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>compile</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>org.junit.vintage</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.21</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>org.junit.vintage</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>