ms-core-context
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.msop</groupId>
<artifactId>ms-core-context</artifactId>
<version>0.2.6.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tech.msop</groupId>
<artifactId>MSToolbox</artifactId>
<version>0.2.6.RELEASE</version>
</parent>
<groupId>tech.msop</groupId>
<artifactId>ms-core-context</artifactId>
<version>0.2.6.RELEASE</version>
<name>${project.artifactId}</name>
<description>Spring 上下文工具类,用于传递相关数据</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>tech.msop</groupId>
<artifactId>ms-core-tool</artifactId>
</dependency>
<dependency>
<groupId>tech.msop</groupId>
<artifactId>ms-core-auto</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>