orbien-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>0.26.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>0.26.1</version>
<name>orbien-spring-boot-starter</name>
<description>orbien-spring-boot-starter</description>
<url>https://github.io.github.lxien/orbien</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.io.github.lxien/orbien/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>lxien</name>
<email>yuanyicode@gmail.com</email>
<timezone>Asia/Shanghai</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.io.github.lxien/orbien.git</connection>
<developerConnection>scm:git:ssh://git@github.io.github.lxien/orbien.git</developerConnection>
<url>https://github.io.github.lxien/orbien</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-client</artifactId>
<version>0.26.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-common</artifactId>
<version>0.26.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-core</artifactId>
<version>0.26.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.42</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.7.18</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<version>2.7.18</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.7.18</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>