GroupId | GroupIdfun.qinghuan |
---|---|
ArtifactId | ArtifactIdella-boot |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ella-boot-2.0.0.pom | |
ella-boot-2.0.0.jar | 145 KB |
ella-boot-2.0.0-sources.jar | 87 KB |
ella-boot-2.0.0-javadoc.jar | 589 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.qinghuan/ella-boot/ -->
<dependency>
<groupId>fun.qinghuan</groupId>
<artifactId>ella-boot</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fun.qinghuan/ella-boot/
implementation 'fun.qinghuan:ella-boot:2.0.0'
// https://jarcasting.com/artifacts/fun.qinghuan/ella-boot/
implementation ("fun.qinghuan:ella-boot:2.0.0")
'fun.qinghuan:ella-boot:jar:2.0.0'
<dependency org="fun.qinghuan" name="ella-boot" rev="2.0.0">
<artifact name="ella-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.qinghuan', module='ella-boot', version='2.0.0')
)
libraryDependencies += "fun.qinghuan" % "ella-boot" % "2.0.0"
[fun.qinghuan/ella-boot "2.0.0"]