aizuda-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.aizuda</groupId> <artifactId>aizuda-common</artifactId> <version>0.0.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.aizuda</groupId> <artifactId>aizuda-common</artifactId> <version>0.0.2</version> <name>aizuda-components</name> <description>aizuda components.</description> <url>https://github.com/aizuda/aizuda-components</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>aizuda</id> <name>hubin</name> <email>jobob@qq.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git</connection> <developerConnection>scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git</developerConnection> <url>https://github.com/aizuda/aizuda-components</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.6.1</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>kisso</artifactId> <version>3.8.0</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.9.8.M1</version> </dependency> </dependencies> </dependencyManagement> </project>