#Minlia Cloud Minlia Cloud
默认使用undertow替代tomcat为web server
框架支持基础
其它系统级模块见项目
License |
License |
---|---|
GroupId | GroupIdcom.minlia.cloud |
ArtifactId | ArtifactIdminlia-cloud-parent |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMinlia Cloud Parent
Minlia Cloud Dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
minlia-cloud-parent-1.0.2.RELEASE.pom | 700 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.minlia.cloud/minlia-cloud-parent/ -->
<dependency>
<groupId>com.minlia.cloud</groupId>
<artifactId>minlia-cloud-parent</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.cloud/minlia-cloud-parent/
implementation 'com.minlia.cloud:minlia-cloud-parent:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.cloud/minlia-cloud-parent/
implementation ("com.minlia.cloud:minlia-cloud-parent:1.0.2.RELEASE")
'com.minlia.cloud:minlia-cloud-parent:pom:1.0.2.RELEASE'
<dependency org="com.minlia.cloud" name="minlia-cloud-parent" rev="1.0.2.RELEASE">
<artifact name="minlia-cloud-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.minlia.cloud', module='minlia-cloud-parent', version='1.0.2.RELEASE')
)
libraryDependencies += "com.minlia.cloud" % "minlia-cloud-parent" % "1.0.2.RELEASE"
[com.minlia.cloud/minlia-cloud-parent "1.0.2.RELEASE"]
#Minlia Cloud Minlia Cloud
默认使用undertow替代tomcat为web server
框架支持基础
其它系统级模块见项目