is not current version
Last Version 2.0.1

com.alilitech:boot-plus 1.1.0

boot-plus is a rapid development framework based on spring boot.

GroupId

GroupId

com.alilitech
ArtifactId

ArtifactId

boot-plus
Version

Version

1.1.0
Type

Type

pom

Download boot-plus 1.1.0

Filename Size
boot-plus-1.1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus/ -->
<dependency>
    <groupId>com.alilitech</groupId>
    <artifactId>boot-plus</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation 'com.alilitech:boot-plus:1.1.0'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation ("com.alilitech:boot-plus:1.1.0")
'com.alilitech:boot-plus:pom:1.1.0'
<dependency org="com.alilitech" name="boot-plus" rev="1.1.0">
  <artifact name="boot-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus', version='1.1.0')
)
libraryDependencies += "com.alilitech" % "boot-plus" % "1.1.0"
[com.alilitech/boot-plus "1.1.0"]