License |
License |
---|---|
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdboot-plus-dependencies |
Version | Version1.3.9 |
Type | Typepom |
Description |
Descriptionboot-plus is a rapid development framework based on spring boot.
|
Filename | Size |
---|---|
boot-plus-dependencies-1.3.9.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-dependencies/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-dependencies</artifactId>
<version>1.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-dependencies/
implementation 'com.alilitech:boot-plus-dependencies:1.3.9'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-dependencies/
implementation ("com.alilitech:boot-plus-dependencies:1.3.9")
'com.alilitech:boot-plus-dependencies:pom:1.3.9'
<dependency org="com.alilitech" name="boot-plus-dependencies" rev="1.3.9">
<artifact name="boot-plus-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-dependencies', version='1.3.9')
)
libraryDependencies += "com.alilitech" % "boot-plus-dependencies" % "1.3.9"
[com.alilitech/boot-plus-dependencies "1.3.9"]