GroupId | GroupIdvip.justlive |
---|---|
ArtifactId | ArtifactIdeasy-boot-core |
Version | Version1.0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
easy-boot-core-1.0.2.0.pom | |
easy-boot-core-1.0.2.0.jar | 93 KB |
easy-boot-core-1.0.2.0-sources.jar | 60 KB |
easy-boot-core-1.0.2.0-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.justlive/easy-boot-core/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>easy-boot-core</artifactId>
<version>1.0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/easy-boot-core/
implementation 'vip.justlive:easy-boot-core:1.0.2.0'
// https://jarcasting.com/artifacts/vip.justlive/easy-boot-core/
implementation ("vip.justlive:easy-boot-core:1.0.2.0")
'vip.justlive:easy-boot-core:jar:1.0.2.0'
<dependency org="vip.justlive" name="easy-boot-core" rev="1.0.2.0">
<artifact name="easy-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='easy-boot-core', version='1.0.2.0')
)
libraryDependencies += "vip.justlive" % "easy-boot-core" % "1.0.2.0"
[vip.justlive/easy-boot-core "1.0.2.0"]