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