alex-cloud
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud</artifactId>
<version>2.0.2.beta</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">
<parent>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud-dependencies</artifactId>
<version>2.0.2.beta</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alex-cloud</artifactId>
<packaging>pom</packaging>
<properties>
<project.version>2.0.2.beta</project.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud-framework-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud-framework-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud-framework-date</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>alex-cloud-dependencies</module>
<module>alex-cloud-framework</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>