GroupId | GroupIdcom.alilitech |
---|---|
ArtifactId | ArtifactIdboot-plus |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
boot-plus-1.3.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation 'com.alilitech:boot-plus:1.3.1'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation ("com.alilitech:boot-plus:1.3.1")
'com.alilitech:boot-plus:pom:1.3.1'
<dependency org="com.alilitech" name="boot-plus" rev="1.3.1">
<artifact name="boot-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus', version='1.3.1')
)
libraryDependencies += "com.alilitech" % "boot-plus" % "1.3.1"
[com.alilitech/boot-plus "1.3.1"]