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