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