gentle-boot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.charlemaznable</groupId>
<artifactId>gentle-boot</artifactId>
<version>2024.0.0</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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.charlemaznable</groupId>
<artifactId>complex-dependencies</artifactId>
<version>2024.0.0</version>
</parent>
<artifactId>gentle-boot</artifactId>
<version>2024.0.0</version>
<packaging>jar</packaging>
<name>Gentle Boot</name>
<url>https://github.com/CharLemAznable/gentle-boot</url>
<description>Some Spring Boot Plugins/Utils/Elves.</description>
<scm>
<connection>scm:git:https://github.com/CharLemAznable/gentle-boot.git</connection>
<developerConnection>scm:git:https://github.com/CharLemAznable/gentle-boot.git</developerConnection>
<url>https://github.com/CharLemAznable/gentle-boot</url>
</scm>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<properties>
<sonar.projectKey>CharLemAznable_gentle-boot</sonar.projectKey>
</properties>
<dependencies>
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>diamond-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.charlemaznable</groupId>
<artifactId>logback-dendrobe</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>