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