GroupId | GroupIdcom.qingzhuge.framework |
---|---|
ArtifactId | ArtifactIdqing-framework-log-web |
Version | Version1.0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-log-web/ -->
<dependency>
<groupId>com.qingzhuge.framework</groupId>
<artifactId>qing-framework-log-web</artifactId>
<version>1.0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-log-web/
implementation 'com.qingzhuge.framework:qing-framework-log-web:1.0.1.3'
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-log-web/
implementation ("com.qingzhuge.framework:qing-framework-log-web:1.0.1.3")
'com.qingzhuge.framework:qing-framework-log-web:jar:1.0.1.3'
<dependency org="com.qingzhuge.framework" name="qing-framework-log-web" rev="1.0.1.3">
<artifact name="qing-framework-log-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qingzhuge.framework', module='qing-framework-log-web', version='1.0.1.3')
)
libraryDependencies += "com.qingzhuge.framework" % "qing-framework-log-web" % "1.0.1.3"
[com.qingzhuge.framework/qing-framework-log-web "1.0.1.3"]