mica-launcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-launcher</artifactId> <version>1.2.2</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.dreamlu</groupId> <artifactId>mica-launcher</artifactId> <version>1.2.2</version> <name>mica</name> <description>An enhanced toolkit of Spring cloud to simplify development.</description> <url>https://github.com/lets-mica/mica</url> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE</name> <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <name>Dreamlu</name> <email>qq596392912@gmail.com</email> </developer> </developers> <scm> <connection>scm:github.com/lets-mica/mica</connection> <developerConnection>scm:github.com/lets-mica/mica</developerConnection> <url>https://github.com/lets-mica/mica</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.1.13.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Greenwich.SR5</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2.1.1.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-core</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>