xm-health-solon-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>vip.xunmo</groupId> <artifactId>xm-health-solon-plugin</artifactId> <version>1.0.7</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>vip.xunmo</groupId> <artifactId>xm-solon-plugin</artifactId> <version>1.0.7</version> </parent> <groupId>vip.xunmo</groupId> <artifactId>xm-health-solon-plugin</artifactId> <version>1.0.7</version> <licenses> <license> <name>BSD3-Clause</name> <url>https://spdx.org/licenses/BSD-3-Clause.html</url> </license> </licenses> <dependencies> <dependency> <groupId>org.noear</groupId> <artifactId>solon.health</artifactId> </dependency> </dependencies> </project>