Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.qingzhuge.framework |
ArtifactId | ArtifactIdqing-framework-security |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
qing-framework-security-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security/ -->
<dependency>
<groupId>com.qingzhuge.framework</groupId>
<artifactId>qing-framework-security</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security/
implementation 'com.qingzhuge.framework:qing-framework-security:1.0.0'
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security/
implementation ("com.qingzhuge.framework:qing-framework-security:1.0.0")
'com.qingzhuge.framework:qing-framework-security:pom:1.0.0'
<dependency org="com.qingzhuge.framework" name="qing-framework-security" rev="1.0.0">
<artifact name="qing-framework-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.qingzhuge.framework', module='qing-framework-security', version='1.0.0')
)
libraryDependencies += "com.qingzhuge.framework" % "qing-framework-security" % "1.0.0"
[com.qingzhuge.framework/qing-framework-security "1.0.0"]