MaKer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.yonggoose</groupId>
<artifactId>MaKer</artifactId>
<version>0.7.5</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>io.github.yonggoose</groupId>
<artifactId>MaKer</artifactId>
<version>0.7.5</version>
<packaging>pom</packaging>
<name>MaKer</name>
<description>MaKer is a comprehensive Java library designed to enhance the functionality and efficiency of your applications.</description>
<url>https://github.com/IDMaker-io/MaKer</url>
<inceptionYear>2024</inceptionYear>
<licenses>
<license>
<name>The Eclipse Public License, Version 2.0</name>
<url>https://github.com/IDMaker-io/MaKer/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>YongGoose</id>
<name>Yongjun Hong</name>
<url>https://github.com/YongGoose</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/IDMaker-io/MaKer.git</connection>
<developerConnection>scm:git:ssh://github.com:IDMaker-io/MaKer.git</developerConnection>
<url>https://github.com/IDMaker-io/MaKer/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.yonggoose</groupId>
<artifactId>id-maker</artifactId>
<version>0.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.yonggoose</groupId>
<artifactId>password-maker</artifactId>
<version>0.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.yonggoose</groupId>
<artifactId>event-date-time-maker</artifactId>
<version>0.7.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.0.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>