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