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