| GroupId | GroupIdcom.alilitech |
|---|---|
| ArtifactId | ArtifactIdboot-plus-web |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boot-plus-web-1.1.0.pom | |
| boot-plus-web-1.1.0.jar | 40 KB |
| boot-plus-web-1.1.0-sources.jar | 36 KB |
| boot-plus-web-1.1.0-javadoc.jar | 270 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-web</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/
implementation 'com.alilitech:boot-plus-web:1.1.0'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/
implementation ("com.alilitech:boot-plus-web:1.1.0")
'com.alilitech:boot-plus-web:jar:1.1.0'
<dependency org="com.alilitech" name="boot-plus-web" rev="1.1.0">
<artifact name="boot-plus-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-web', version='1.1.0')
)
libraryDependencies += "com.alilitech" % "boot-plus-web" % "1.1.0"
[com.alilitech/boot-plus-web "1.1.0"]