GroupId | GroupIdcom.github.mengweijin |
---|---|
ArtifactId | ArtifactIdquickboot-web |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
quickboot-web-1.0.7.pom | |
quickboot-web-1.0.7.jar | 754 KB |
quickboot-web-1.0.7-sources.jar | 754 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-web/ -->
<dependency>
<groupId>com.github.mengweijin</groupId>
<artifactId>quickboot-web</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-web/
implementation 'com.github.mengweijin:quickboot-web:1.0.7'
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-web/
implementation ("com.github.mengweijin:quickboot-web:1.0.7")
'com.github.mengweijin:quickboot-web:jar:1.0.7'
<dependency org="com.github.mengweijin" name="quickboot-web" rev="1.0.7">
<artifact name="quickboot-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mengweijin', module='quickboot-web', version='1.0.7')
)
libraryDependencies += "com.github.mengweijin" % "quickboot-web" % "1.0.7"
[com.github.mengweijin/quickboot-web "1.0.7"]