GroupId | GroupIdcom.gitee.qdbp |
---|---|
ArtifactId | ArtifactIdqdbp-staticize |
Version | Version3.1.9 |
Type | Typejar |
Filename | Size |
---|---|
qdbp-staticize-3.1.9.pom | |
qdbp-staticize-3.1.9.jar | 118 KB |
qdbp-staticize-3.1.9-sources.jar | 93 KB |
qdbp-staticize-3.1.9-javadoc.jar | 469 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-staticize/ -->
<dependency>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-staticize</artifactId>
<version>3.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-staticize/
implementation 'com.gitee.qdbp:qdbp-staticize:3.1.9'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-staticize/
implementation ("com.gitee.qdbp:qdbp-staticize:3.1.9")
'com.gitee.qdbp:qdbp-staticize:jar:3.1.9'
<dependency org="com.gitee.qdbp" name="qdbp-staticize" rev="3.1.9">
<artifact name="qdbp-staticize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-staticize', version='3.1.9')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-staticize" % "3.1.9"
[com.gitee.qdbp/qdbp-staticize "3.1.9"]