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