License |
License |
---|---|
GroupId | GroupIdcom.qingzhuge.framework |
ArtifactId | ArtifactIdqing-framework |
Last Version | Last Version1.0.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionqing-framework
J2QF QingTing, a web project framework based on spring boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
qing-framework-1.0.1.5.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework/ -->
<dependency>
<groupId>com.qingzhuge.framework</groupId>
<artifactId>qing-framework</artifactId>
<version>1.0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework/
implementation 'com.qingzhuge.framework:qing-framework:1.0.1.5'
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework/
implementation ("com.qingzhuge.framework:qing-framework:1.0.1.5")
'com.qingzhuge.framework:qing-framework:pom:1.0.1.5'
<dependency org="com.qingzhuge.framework" name="qing-framework" rev="1.0.1.5">
<artifact name="qing-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.qingzhuge.framework', module='qing-framework', version='1.0.1.5')
)
libraryDependencies += "com.qingzhuge.framework" % "qing-framework" % "1.0.1.5"
[com.qingzhuge.framework/qing-framework "1.0.1.5"]