variantorm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.granitech</groupId> <artifactId>variantorm</artifactId> <version>1.6.8</version> </dependency>
<project xmlns="http://POM/4.0.0" xmlns:xsi="http://2001/XMLSchema-instance" xsi:schemaLocation="http://POM/4.0.0 http://xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>cn.granitech</groupId> <artifactId>variantorm</artifactId> <version>1.6.8</version> <packaging>jar</packaging> <name>variantorm</name> <description>extention for variantorm</description> <url>https://github.com/MetaLowCodeTeam/MetaLowCode</url> <!-- 开发者 --> <developers> <developer> <id>jisheng</id> <name>jisheng</name> <email>13651765405@139.com</email> <organization>MetaLowCodeTeam</organization> <organizationUrl>MetaLowCodeTeam</organizationUrl> <roles> <role>CAFE BABE</role> </roles> <timezone>+8</timezone> </developer> </developers> <!-- 版本控制,供其他插件使用 --> <scm> <connection>scm:git@github.com:MetaLowCodeTeam/MetaLowCode.git</connection> <developerConnection>scm:git@github.com:MetaLowCodeTeam/MetaLowCode.git</developerConnection> <url>git@github.com:MetaLowCodeTeam/MetaLowCode.git</url> </scm> <!-- 许可 --> <!--开源协议采用 Apache 2.0 协议--> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> </project>