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