sdk-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk-spring-boot-starter</artifactId>
<version>2.16.62</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.gr4vy</groupId>
<artifactId>sdk-spring-boot-starter</artifactId>
<version>2.16.62</version>
<name>Gr4vy Java SDK - Spring Boot Starter</name>
<description>Spring Boot starter for the Gr4vy Java SDK.</description>
<url>https://github.com/gr4vy/gr4vy-java</url>
<organization>
<name>Gr4vy</name>
<url>www.gr4vy.com</url>
</organization>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://mit-license.org/</url>
</license>
</licenses>
<developers>
<developer>
<name>Gr4vy</name>
<email>code@gr4vy.com</email>
<organization>Gr4vy</organization>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com/gr4vy/gr4vy-java.git</connection>
<url>github.com/gr4vy/gr4vy-java</url>
</scm>
<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>
<dependencies>
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk</artifactId>
<version>2.16.62</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk-spring-boot-autoconfigure</artifactId>
<version>2.16.62</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.7.18</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.18</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>